Html Css Color HEX #BD462A Grenadier

📋 copy color: '#BD462A'

red 189 ◦ green 70 ◦ blue 42

#BD462A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grenadier #BD462A

Tints of Grenadier #BD462A

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.8% from 255) = 13.95%

R = 62.79%
G = 23.26%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD462A (or 0xBD462A) is known color: 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

RGB 189 70 42 -
CMYK 0 0.63 0.78 0.26
HSL 11.43º 0.64% 0.45% -
HSV(B) 11.43º 0.78% 0.74% -
XYZ 23.59 15.37 3.91 -
YUV 102.39 93.92 189.78 -
System Red Green Blue C M Y K H S L
Decimal 189 70 42 0 0.63 0.78 0.26 11.43 0.64 0.45
Hex BD 46 2A 0 3F 4E 1A B 40 2D
Octal 275 106 52 0 77 116 32 13 100 55
Binary 10111101 1000110 101010 0 111111 1001110 11010 1011 1000000 101101

Color Harmonies of #BD462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD462A

Black with #BD462A

Text Example


Text Example

White with #BD462A

Text Example


Text Example

HTML Codes & Css Web 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>