Html Css Color HEX #BC442F Grenadier

📋 copy color: '#BC442F'

red 188 ◦ green 68 ◦ blue 47

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

Shades of Grenadier #BC442F

Tints of Grenadier #BC442F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.51%

R = 62.05%
G = 22.44%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BC442F (or 0xBC442F) is known color: Grenadier. HEX triplet: BC, 44 and 2F. RGB value is (188,68,47). Sum of RGB (Red+Green+Blue) = 188+68+47=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC442F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC442F is #43BBD0. Grayscale: #656565. Windows color (decimal): -4438993 or 3097788. OLE color: 3097788.

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

Color convert

RGB 188 68 47 -
CMYK 0 0.64 0.75 0.26
HSL 8.94º 0.6% 0.46% -
HSV(B) 8.94º 0.75% 0.74% -
XYZ 23.32 15.03 4.36 -
YUV 101.49 97.26 189.71 -
System Red Green Blue C M Y K H S L
Decimal 188 68 47 0 0.64 0.75 0.26 8.94 0.6 0.46
Hex BC 44 2F 0 40 4B 1A 9 3C 2E
Octal 274 104 57 0 100 113 32 11 74 56
Binary 10111100 1000100 101111 0 1000000 1001011 11010 1001 111100 101110

Color Harmonies of #BC442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC442F

Black with #BC442F

Text Example


Text Example

White with #BC442F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC442F; }

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

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

background-color css

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

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

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

border-color css

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

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

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