#BD2736

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

Shades of Cardinal #BD2736

Tints of Cardinal #BD2736

Color information

#BD2736 (or 0xBD2736) is unknown color: approx Cardinal. HEX triplet: BD, 27 and 36. RGB value is (189,39,54). Sum of RGB (Red+Green+Blue) = 189+39+54=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2736 is #42D8C9. Grayscale: #555555. Windows color (decimal): -4380874 or 3549117. OLE color: 3549117.

HSL color Cylindrical-coordinate representation of color #BD2736: hue angle of 354º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2736 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB1893954-
CMYK00.790.710.26
HSL354º65.79%44.71%-
HSV(B)354º79.37%74.12%-
XYZ22.3812.544.73-
YUV85.56110.2201.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 67.02%
GREEN value IS 39 (15.62% from 255) = 13.83%
BLUE value IS 54 (21.48% from 255) = 19.15%
R=67.02%
G=13.83%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189395400.790.710.2635465.7944.71
HexBD273604F471A162422d
Octal275476601171073254210255
Binary10111101100111110110010011111000111110101011000101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2736; }

 p { color: rgb(189,39,54); }

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

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

 a { background-color: rgb(189,39,54); }

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

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

 span { border-color: rgb(189,39,54); }

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