Html Css Color HEX #BD4C34 Grenadier

📋 copy color: '#BD4C34'

red 189 ◦ green 76 ◦ blue 52

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

Shades of Grenadier #BD4C34

Tints of Grenadier #BD4C34

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.97%

 BLUE value IS 52 (20.7% from 255) = 16.4%

R = 59.62%
G = 23.97%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BD4C34 (or 0xBD4C34) is known color: Grenadier. HEX triplet: BD, 4C and 34. RGB value is (189,76,52). Sum of RGB (Red+Green+Blue) = 189+76+52=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4C34 is #42B3CB. Grayscale: #6B6B6B. Windows color (decimal): -4371404 or 3427517. OLE color: 3427517.

HSL color Cylindrical-coordinate representation of color #BD4C34: hue angle of 10.51º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD4C34 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 76 52 -
CMYK 0 0.60 0.72 0.26
HSL 10.51º 0.57% 0.47% -
HSV(B) 10.51º 0.72% 0.74% -
XYZ 24.19 16.24 5.11 -
YUV 107.05 96.94 186.45 -
System Red Green Blue C M Y K H S L
Decimal 189 76 52 0 0.60 0.72 0.26 10.51 0.57 0.47
Hex BD 4C 34 0 3C 48 1A B 39 2F
Octal 275 114 64 0 74 110 32 13 71 57
Binary 10111101 1001100 110100 0 111100 1001000 11010 1011 111001 101111

Color Harmonies of #BD4C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4C34

Black with #BD4C34

Text Example


Text Example

White with #BD4C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4C34; }

 p { color: rgb(189,76,52); }

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

background-color css

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

 a { background-color: rgb(189,76,52); }

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

border-color css

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

 span { border-color: rgb(189,76,52); }

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