Html Css Color HEX #BD472D Grenadier

📋 copy color: '#BD472D'

red 189 ◦ green 71 ◦ blue 45

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

Shades of Grenadier #BD472D

Tints of Grenadier #BD472D

RGB

 RED value IS 189 (74.22% from 255) = 61.97%

 GREEN value IS 71 (28.13% from 255) = 23.28%

 BLUE value IS 45 (17.97% from 255) = 14.75%

R = 61.97%
G = 23.28%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD472D (or 0xBD472D) is known color: Grenadier. HEX triplet: BD, 47 and 2D. RGB value is (189,71,45). Sum of RGB (Red+Green+Blue) = 189+71+45=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD472D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD472D is #42B8D2. Grayscale: #676767. Windows color (decimal): -4372691 or 2967485. OLE color: 2967485.

HSL color Cylindrical-coordinate representation of color #BD472D: hue angle of 10.83º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD472D is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 71 45 -
CMYK 0 0.62 0.76 0.26
HSL 10.83º 0.62% 0.46% -
HSV(B) 10.83º 0.76% 0.74% -
XYZ 23.71 15.51 4.23 -
YUV 103.32 95.09 189.11 -
System Red Green Blue C M Y K H S L
Decimal 189 71 45 0 0.62 0.76 0.26 10.83 0.62 0.46
Hex BD 47 2D 0 3E 4C 1A B 3E 2E
Octal 275 107 55 0 76 114 32 13 76 56
Binary 10111101 1000111 101101 0 111110 1001100 11010 1011 111110 101110

Color Harmonies of #BD472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD472D

Black with #BD472D

Text Example


Text Example

White with #BD472D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD472D; }

 p { color: rgb(189,71,45); }

 H1.HeaderClassName
 {
   color: #BD472D;
 }
 .AnyTagClassName
 {
   color: #BD472D;
 }
</style>

background-color css

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

 a { background-color: rgb(189,71,45); }

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

border-color css

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

 span { border-color: rgb(189,71,45); }

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