Html Css Color HEX #BD4C35 Grenadier

📋 copy color: '#BD4C35'

red 189 ◦ green 76 ◦ blue 53

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

Shades of Grenadier #BD4C35

Tints of Grenadier #BD4C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.67%

R = 59.43%
G = 23.9%
B = 16.67%

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

#BD4C35 (or 0xBD4C35) is known color: Grenadier. HEX triplet: BD, 4C and 35. RGB value is (189,76,53). Sum of RGB (Red+Green+Blue) = 189+76+53=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4C35 is #42B3CA. Grayscale: #6B6B6B. Windows color (decimal): -4371403 or 3493053. OLE color: 3493053.

HSL color Cylindrical-coordinate representation of color #BD4C35: hue angle of 10.15º degrees, saturation: 0.56, 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 #BD4C35 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 76 53 -
CMYK 0 0.60 0.72 0.26
HSL 10.15º 0.56% 0.47% -
HSV(B) 10.15º 0.72% 0.74% -
XYZ 24.21 16.24 5.23 -
YUV 107.17 97.44 186.37 -
System Red Green Blue C M Y K H S L
Decimal 189 76 53 0 0.60 0.72 0.26 10.15 0.56 0.47
Hex BD 4C 35 0 3C 48 1A A 38 2F
Octal 275 114 65 0 74 110 32 12 70 57
Binary 10111101 1001100 110101 0 111100 1001000 11010 1010 111000 101111

Color Harmonies of #BD4C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4C35

Black with #BD4C35

Text Example


Text Example

White with #BD4C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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