Html Css Color HEX #BC482D Grenadier

📋 copy color: '#BC482D'

red 188 ◦ green 72 ◦ blue 45

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

Shades of Grenadier #BC482D

Tints of Grenadier #BC482D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.61%

 BLUE value IS 45 (17.97% from 255) = 14.75%

R = 61.64%
G = 23.61%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC482D (or 0xBC482D) is known color: Grenadier. HEX triplet: BC, 48 and 2D. RGB value is (188,72,45). Sum of RGB (Red+Green+Blue) = 188+72+45=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC482D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC482D is #43B7D2. Grayscale: #676767. Windows color (decimal): -4437971 or 2967740. OLE color: 2967740.

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

Color convert

RGB 188 72 45 -
CMYK 0 0.62 0.76 0.26
HSL 11.33º 0.61% 0.46% -
HSV(B) 11.33º 0.76% 0.74% -
XYZ 23.53 15.52 4.24 -
YUV 103.61 94.93 188.2 -
System Red Green Blue C M Y K H S L
Decimal 188 72 45 0 0.62 0.76 0.26 11.33 0.61 0.46
Hex BC 48 2D 0 3E 4C 1A B 3D 2E
Octal 274 110 55 0 76 114 32 13 75 56
Binary 10111100 1001000 101101 0 111110 1001100 11010 1011 111101 101110

Color Harmonies of #BC482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC482D

Black with #BC482D

Text Example


Text Example

White with #BC482D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC482D; }

 p { color: rgb(188,72,45); }

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

background-color css

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

 a { background-color: rgb(188,72,45); }

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

border-color css

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

 span { border-color: rgb(188,72,45); }

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