#BD243D

Color #BD243D Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #BD243D

Tints of Cardinal #BD243D

Color information

#BD243D (or 0xBD243D) is unknown color: approx Cardinal. HEX triplet: BD, 24 and 3D. RGB value is (189,36,61). Sum of RGB (Red+Green+Blue) = 189+36+61=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD243D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD243D is #42DBC2. Grayscale: #545454. Windows color (decimal): -4381635 or 4007101. OLE color: 4007101.

HSL color Cylindrical-coordinate representation of color #BD243D: hue angle of 350.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD243D is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB1893661-
CMYK00.810.680.26
HSL350.2º68%44.12%-
HSV(B)350.2º80.95%74.12%-
XYZ22.4612.425.63-
YUV84.6114.69202.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 66.08%
GREEN value IS 36 (14.45% from 255) = 12.59%
BLUE value IS 61 (24.22% from 255) = 21.33%
R=66.08%
G=12.59%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189366100.810.680.26350.26844.12
HexBD243D051441A15e442c
Octal275447501211043253610454
Binary10111101100100111101010100011000100110101010111101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD243D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD243D; }

 p { color: rgb(189,36,61); }

 H1.HeaderClassName
 {
   color: #BD243D;
 }
 .AnyTagClassName
 {
   color: #BD243D;
 }
</style>
background-color css

<style>
 a { background-color: #BD243D; }

 a { background-color: rgb(189,36,61); }

 div.DivClassName
 {
   background-color: #BD243D;
 }
 .BgClassName
 {
   background-color: #BD243D;
 }
</style>
border-color css

<style>
 span { border-color: #BD243D; }

 span { border-color: rgb(189,36,61); }

 td.TdClassName
 {
   border-color: #BD243D;
 }
 .TagClassName
 {
   border-color: #BD243D;
 }
</style>