#BD422A

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

Shades of Grenadier #BD422A

Tints of Grenadier #BD422A

Color information

#BD422A (or 0xBD422A) is unknown color: approx Grenadier. HEX triplet: BD, 42 and 2A. RGB value is (189,66,42). Sum of RGB (Red+Green+Blue) = 189+66+42=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD422A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD422A is #42BDD5. Grayscale: #646464. Windows color (decimal): -4373974 or 2769597. OLE color: 2769597.

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

Color convert

RGB1896642-
CMYK00.650.780.26
HSL9.8º63.64%45.29%-
HSV(B)9.8º77.78%74.12%-
XYZ23.3514.883.83-
YUV100.0495.25191.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.64%
GREEN value IS 66 (26.17% from 255) = 22.22%
BLUE value IS 42 (16.80% from 255) = 14.14%
R=63.64%
G=22.22%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189664200.650.780.269.863.6445.29
HexBD422A0414E1Aa402d
Octal275102520101116321210055
Binary1011110110000101010100100000110011101101010101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD422A; }

 p { color: rgb(189,66,42); }

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

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

 a { background-color: rgb(189,66,42); }

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

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

 span { border-color: rgb(189,66,42); }

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