#BD1D35

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

Shades of Cardinal #BD1D35

Tints of Cardinal #BD1D35

Color information

#BD1D35 (or 0xBD1D35) is unknown color: approx Cardinal. HEX triplet: BD, 1D and 35. RGB value is (189,29,53). Sum of RGB (Red+Green+Blue) = 189+29+53=271 (35% of max value = 765). Red value is 189 (74.22% from 255 or 69.74% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1D35 is #42E2CA. Grayscale: #4F4F4F. Windows color (decimal): -4383435 or 3481021. OLE color: 3481021.

HSL color Cylindrical-coordinate representation of color #BD1D35: hue angle of 351º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1D35 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB1892953-
CMYK00.850.720.26
HSL351º73.39%42.75%-
HSV(B)351º84.66%74.12%-
XYZ22.0711.954.51-
YUV79.58113.01206.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 69.74%
GREEN value IS 29 (11.72% from 255) = 10.70%
BLUE value IS 53 (21.09% from 255) = 19.56%
R=69.74%
G=10.70%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189295300.850.720.2635173.3942.75
HexBD1D35055481A15f492b
Octal275356501251103253711153
Binary1011110111101110101010101011001000110101010111111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1D35; }

 p { color: rgb(189,29,53); }

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

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

 a { background-color: rgb(189,29,53); }

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

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

 span { border-color: rgb(189,29,53); }

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