Html Css Color HEX #BC412A Grenadier

📋 copy color: '#BC412A'

red 188 ◦ green 65 ◦ blue 42

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

Shades of Grenadier #BC412A

Tints of Grenadier #BC412A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.03%

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

R = 63.73%
G = 22.03%
B = 14.24%

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

#BC412A (or 0xBC412A) is known color: Grenadier. HEX triplet: BC, 41 and 2A. RGB value is (188,65,42). Sum of RGB (Red+Green+Blue) = 188+65+42=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC412A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC412A is #43BED5. Grayscale: #636363. Windows color (decimal): -4439766 or 2769340. OLE color: 2769340.

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

Color convert

RGB 188 65 42 -
CMYK 0 0.65 0.78 0.26
HSL 9.45º 0.63% 0.45% -
HSV(B) 9.45º 0.78% 0.74% -
XYZ 23.05 14.64 3.8 -
YUV 99.16 95.75 191.37 -
System Red Green Blue C M Y K H S L
Decimal 188 65 42 0 0.65 0.78 0.26 9.45 0.63 0.45
Hex BC 41 2A 0 41 4E 1A 9 3F 2D
Octal 274 101 52 0 101 116 32 11 77 55
Binary 10111100 1000001 101010 0 1000001 1001110 11010 1001 111111 101101

Color Harmonies of #BC412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC412A

Black with #BC412A

Text Example


Text Example

White with #BC412A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC412A; }

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

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

background-color css

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

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

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

border-color css

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

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

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