#BD1B38

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

Shades of Cardinal #BD1B38

Tints of Cardinal #BD1B38

Color information

#BD1B38 (or 0xBD1B38) is unknown color: approx Cardinal. HEX triplet: BD, 1B and 38. RGB value is (189,27,56). Sum of RGB (Red+Green+Blue) = 189+27+56=272 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.49% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1B38 is #42E4C7. Grayscale: #4E4E4E. Windows color (decimal): -4383944 or 3677117. OLE color: 3677117.

HSL color Cylindrical-coordinate representation of color #BD1B38: hue angle of 349.26º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1B38 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB1892756-
CMYK00.860.700.26
HSL349.26º75%42.35%-
HSV(B)349.26º85.71%74.12%-
XYZ22.0911.894.87-
YUV78.74115.17206.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 69.49%
GREEN value IS 27 (10.94% from 255) = 9.93%
BLUE value IS 56 (22.27% from 255) = 20.59%
R=69.49%
G=9.93%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189275600.860.700.26349.267542.35
HexBD1B38056461A15d4b2a
Octal275337001261063253511352
Binary1011110111011111000010101101000110110101010111011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1B38; }

 p { color: rgb(189,27,56); }

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

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

 a { background-color: rgb(189,27,56); }

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

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

 span { border-color: rgb(189,27,56); }

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