#BD243E

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

Shades of Cardinal #BD243E

Tints of Cardinal #BD243E

Color information

#BD243E (or 0xBD243E) is unknown color: approx Cardinal. HEX triplet: BD, 24 and 3E. RGB value is (189,36,62). Sum of RGB (Red+Green+Blue) = 189+36+62=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD243E is #42DBC1. Grayscale: #545454. Windows color (decimal): -4381634 or 4072637. OLE color: 4072637.

HSL color Cylindrical-coordinate representation of color #BD243E: hue angle of 349.8º 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 #BD243E is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB1893662-
CMYK00.810.670.26
HSL349.8º68%44.12%-
HSV(B)349.8º80.95%74.12%-
XYZ22.4912.435.77-
YUV84.71115.19202.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 65.85%
GREEN value IS 36 (14.45% from 255) = 12.54%
BLUE value IS 62 (24.61% from 255) = 21.60%
R=65.85%
G=12.54%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189366200.810.670.26349.86844.12
HexBD243E051431A15e442c
Octal275447601211033253610454
Binary10111101100100111110010100011000011110101010111101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD243E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD243E; }

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

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

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

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

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

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

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

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