Html Css Color HEX #BC4335 Grenadier

📋 copy color: '#BC4335'

red 188 ◦ green 67 ◦ blue 53

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

Shades of Grenadier #BC4335

Tints of Grenadier #BC4335

RGB

 RED value IS 188 (73.83% from 255) = 61.04%

 GREEN value IS 67 (26.56% from 255) = 21.75%

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

R = 61.04%
G = 21.75%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC4335 (or 0xBC4335) is known color: Grenadier. HEX triplet: BC, 43 and 35. RGB value is (188,67,53). Sum of RGB (Red+Green+Blue) = 188+67+53=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4335 is #43BCCA. Grayscale: #656565. Windows color (decimal): -4439243 or 3490748. OLE color: 3490748.

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

Color convert

RGB 188 67 53 -
CMYK 0 0.64 0.72 0.26
HSL 6.22º 0.56% 0.47% -
HSV(B) 6.22º 0.72% 0.74% -
XYZ 23.39 14.96 5.02 -
YUV 101.58 100.59 189.64 -
System Red Green Blue C M Y K H S L
Decimal 188 67 53 0 0.64 0.72 0.26 6.22 0.56 0.47
Hex BC 43 35 0 40 48 1A 6 38 2F
Octal 274 103 65 0 100 110 32 6 70 57
Binary 10111100 1000011 110101 0 1000000 1001000 11010 110 111000 101111

Color Harmonies of #BC4335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4335

Black with #BC4335

Text Example


Text Example

White with #BC4335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4335; }

 p { color: rgb(188,67,53); }

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

background-color css

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

 a { background-color: rgb(188,67,53); }

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

border-color css

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

 span { border-color: rgb(188,67,53); }

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