Html Css Color HEX #BC442E Grenadier

📋 copy color: '#BC442E'

red 188 ◦ green 68 ◦ blue 46

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

Shades of Grenadier #BC442E

Tints of Grenadier #BC442E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.52%

 BLUE value IS 46 (18.36% from 255) = 15.23%

R = 62.25%
G = 22.52%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC442E (or 0xBC442E) is known color: Grenadier. HEX triplet: BC, 44 and 2E. RGB value is (188,68,46). Sum of RGB (Red+Green+Blue) = 188+68+46=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC442E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC442E is #43BBD1. Grayscale: #656565. Windows color (decimal): -4438994 or 3032252. OLE color: 3032252.

HSL color Cylindrical-coordinate representation of color #BC442E: hue angle of 9.3º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC442E is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 68 46 -
CMYK 0 0.64 0.76 0.26
HSL 9.3º 0.61% 0.46% -
HSV(B) 9.3º 0.76% 0.74% -
XYZ 23.3 15.02 4.26 -
YUV 101.37 96.76 189.79 -
System Red Green Blue C M Y K H S L
Decimal 188 68 46 0 0.64 0.76 0.26 9.3 0.61 0.46
Hex BC 44 2E 0 40 4C 1A 9 3D 2E
Octal 274 104 56 0 100 114 32 11 75 56
Binary 10111100 1000100 101110 0 1000000 1001100 11010 1001 111101 101110

Color Harmonies of #BC442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC442E

Black with #BC442E

Text Example


Text Example

White with #BC442E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC442E; }

 p { color: rgb(188,68,46); }

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

background-color css

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

 a { background-color: rgb(188,68,46); }

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

border-color css

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

 span { border-color: rgb(188,68,46); }

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