#BD0434

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

Shades of Cardinal #BD0434

Tints of Cardinal #BD0434

Color information

#BD0434 (or 0xBD0434) is unknown color: approx Cardinal. HEX triplet: BD, 04 and 34. RGB value is (189,4,52). Sum of RGB (Red+Green+Blue) = 189+4+52=245 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.14% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0434 is #42FBCB. Grayscale: #404040. Windows color (decimal): -4389836 or 3409085. OLE color: 3409085.

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

Color convert

RGB189452-
CMYK00.980.720.26
HSL344.43º95.85%37.84%-
HSV(B)344.43º97.88%74.12%-
XYZ21.6511.154.26-
YUV64.79120.79216.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 77.14%
GREEN value IS 4 (1.95% from 255) = 1.63%
BLUE value IS 52 (20.70% from 255) = 21.22%
R=77.14%
G=1.63%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18945200.980.720.26344.4395.8537.84
HexBD434062481A1586026
Octal27546401421103253014046
Binary10111101100110100011000101001000110101010110001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0434; }

 p { color: rgb(189,4,52); }

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

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

 a { background-color: rgb(189,4,52); }

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

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

 span { border-color: rgb(189,4,52); }

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