Html Css Color HEX #BC422A Grenadier

📋 copy color: '#BC422A'

red 188 ◦ green 66 ◦ blue 42

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

Shades of Grenadier #BC422A

Tints of Grenadier #BC422A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.19%

R = 63.51%
G = 22.3%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC422A (or 0xBC422A) is known color: Grenadier. HEX triplet: BC, 42 and 2A. RGB value is (188,66,42). Sum of RGB (Red+Green+Blue) = 188+66+42=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC422A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC422A is #43BDD5. Grayscale: #636363. Windows color (decimal): -4439510 or 2769596. OLE color: 2769596.

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

Color convert

RGB 188 66 42 -
CMYK 0 0.65 0.78 0.26
HSL 9.86º 0.63% 0.45% -
HSV(B) 9.86º 0.78% 0.74% -
XYZ 23.11 14.75 3.82 -
YUV 99.74 95.42 190.95 -
System Red Green Blue C M Y K H S L
Decimal 188 66 42 0 0.65 0.78 0.26 9.86 0.63 0.45
Hex BC 42 2A 0 41 4E 1A A 3F 2D
Octal 274 102 52 0 101 116 32 12 77 55
Binary 10111100 1000010 101010 0 1000001 1001110 11010 1010 111111 101101

Color Harmonies of #BC422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC422A

Black with #BC422A

Text Example


Text Example

White with #BC422A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC422A; }

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

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

background-color css

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

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

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

border-color css

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

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

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