#BD462A

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

Shades of Grenadier #BD462A

Tints of Grenadier #BD462A

Color information

#BD462A (or 0xBD462A) is unknown color: approx Grenadier. HEX triplet: BD, 46 and 2A. RGB value is (189,70,42). Sum of RGB (Red+Green+Blue) = 189+70+42=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD462A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD462A is #42B9D5. Grayscale: #666666. Windows color (decimal): -4372950 or 2770621. OLE color: 2770621.

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

Color convert

RGB1897042-
CMYK00.630.780.26
HSL11.43º63.64%45.29%-
HSV(B)11.43º77.78%74.12%-
XYZ23.5915.373.91-
YUV102.3993.92189.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 62.79%
GREEN value IS 70 (27.73% from 255) = 23.26%
BLUE value IS 42 (16.80% from 255) = 13.95%
R=62.79%
G=23.26%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189704200.630.780.2611.4363.6445.29
HexBD462A03F4E1Ab402d
Octal27510652077116321310055
Binary101111011000110101010011111110011101101010111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD462A; }

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

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

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

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

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

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

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

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