#BD442A

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

Shades of Grenadier #BD442A

Tints of Grenadier #BD442A

Color information

#BD442A (or 0xBD442A) is unknown color: approx Grenadier. HEX triplet: BD, 44 and 2A. RGB value is (189,68,42). Sum of RGB (Red+Green+Blue) = 189+68+42=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD442A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD442A is #42BBD5. Grayscale: #656565. Windows color (decimal): -4373462 or 2770109. OLE color: 2770109.

HSL color Cylindrical-coordinate representation of color #BD442A: hue angle of 10.61º 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 #BD442A is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB1896842-
CMYK00.640.780.26
HSL10.61º63.64%45.29%-
HSV(B)10.61º77.78%74.12%-
XYZ23.4715.123.87-
YUV101.2194.59190.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.21%
GREEN value IS 68 (26.95% from 255) = 22.74%
BLUE value IS 42 (16.80% from 255) = 14.05%
R=63.21%
G=22.74%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189684200.640.780.2610.6163.6445.29
HexBD442A0404E1Ab402d
Octal275104520100116321310055
Binary1011110110001001010100100000010011101101010111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD442A; }

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

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

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

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

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

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

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

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