#BD2832

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

Shades of Cardinal #BD2832

Tints of Cardinal #BD2832

Color information

#BD2832 (or 0xBD2832) is unknown color: approx Cardinal. HEX triplet: BD, 28 and 32. RGB value is (189,40,50). Sum of RGB (Red+Green+Blue) = 189+40+50=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2832 is #42D7CD. Grayscale: #555555. Windows color (decimal): -4380622 or 3287229. OLE color: 3287229.

HSL color Cylindrical-coordinate representation of color #BD2832: hue angle of 355.97º degrees, saturation: 0.65, 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 #BD2832 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB1894050-
CMYK00.790.740.26
HSL355.97º65.07%44.9%-
HSV(B)355.97º78.84%74.12%-
XYZ22.3212.574.27-
YUV85.69107.86201.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 67.74%
GREEN value IS 40 (16.02% from 255) = 14.34%
BLUE value IS 50 (19.92% from 255) = 17.92%
R=67.74%
G=14.34%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189405000.790.740.26355.9765.0744.9
HexBD283204F4A1A164412d
Octal275506201171123254410155
Binary10111101101000110010010011111001010110101011001001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2832; }

 p { color: rgb(189,40,50); }

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

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

 a { background-color: rgb(189,40,50); }

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

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

 span { border-color: rgb(189,40,50); }

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