Html Css Color HEX #BC432E Grenadier

📋 copy color: '#BC432E'

red 188 ◦ green 67 ◦ blue 46

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

Shades of Grenadier #BC432E

Tints of Grenadier #BC432E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.26%

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

R = 62.46%
G = 22.26%
B = 15.28%

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

#BC432E (or 0xBC432E) is known color: Grenadier. HEX triplet: BC, 43 and 2E. RGB value is (188,67,46). Sum of RGB (Red+Green+Blue) = 188+67+46=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC432E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC432E is #43BCD1. Grayscale: #646464. Windows color (decimal): -4439250 or 3031996. OLE color: 3031996.

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

Color convert

RGB 188 67 46 -
CMYK 0 0.64 0.76 0.26
HSL 8.87º 0.61% 0.46% -
HSV(B) 8.87º 0.76% 0.74% -
XYZ 23.24 14.9 4.24 -
YUV 100.79 97.09 190.21 -
System Red Green Blue C M Y K H S L
Decimal 188 67 46 0 0.64 0.76 0.26 8.87 0.61 0.46
Hex BC 43 2E 0 40 4C 1A 9 3D 2E
Octal 274 103 56 0 100 114 32 11 75 56
Binary 10111100 1000011 101110 0 1000000 1001100 11010 1001 111101 101110

Color Harmonies of #BC432E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC432E

Black with #BC432E

Text Example


Text Example

White with #BC432E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC432E; }

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

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

background-color css

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

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

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

border-color css

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

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

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