Html Css Color HEX #BC422C Grenadier

📋 copy color: '#BC422C'

red 188 ◦ green 66 ◦ blue 44

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

Shades of Grenadier #BC422C

Tints of Grenadier #BC422C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.15%

 BLUE value IS 44 (17.58% from 255) = 14.77%

R = 63.09%
G = 22.15%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC422C (or 0xBC422C) is known color: Grenadier. HEX triplet: BC, 42 and 2C. RGB value is (188,66,44). Sum of RGB (Red+Green+Blue) = 188+66+44=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC422C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC422C is #43BDD3. Grayscale: #646464. Windows color (decimal): -4439508 or 2900668. OLE color: 2900668.

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

Color convert

RGB 188 66 44 -
CMYK 0 0.65 0.77 0.26
HSL 9.17º 0.62% 0.45% -
HSV(B) 9.17º 0.77% 0.74% -
XYZ 23.14 14.77 4.01 -
YUV 99.97 96.42 190.79 -
System Red Green Blue C M Y K H S L
Decimal 188 66 44 0 0.65 0.77 0.26 9.17 0.62 0.45
Hex BC 42 2C 0 41 4D 1A 9 3E 2D
Octal 274 102 54 0 101 115 32 11 76 55
Binary 10111100 1000010 101100 0 1000001 1001101 11010 1001 111110 101101

Color Harmonies of #BC422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC422C

Black with #BC422C

Text Example


Text Example

White with #BC422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC422C; }

 p { color: rgb(188,66,44); }

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

background-color css

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

 a { background-color: rgb(188,66,44); }

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

border-color css

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

 span { border-color: rgb(188,66,44); }

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