Html Css Color HEX #BC432D Grenadier

📋 copy color: '#BC432D'

red 188 ◦ green 67 ◦ blue 45

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

Shades of Grenadier #BC432D

Tints of Grenadier #BC432D

RGB

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

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

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

R = 62.67%
G = 22.33%
B = 15%

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

#BC432D (or 0xBC432D) is known color: Grenadier. HEX triplet: BC, 43 and 2D. RGB value is (188,67,45). Sum of RGB (Red+Green+Blue) = 188+67+45=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC432D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC432D is #43BCD2. Grayscale: #646464. Windows color (decimal): -4439251 or 2966460. OLE color: 2966460.

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

Color convert

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

Color Harmonies of #BC432D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC432D

Black with #BC432D

Text Example


Text Example

White with #BC432D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC432D; }

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

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

background-color css

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

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

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

border-color css

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

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

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