Html Css Color HEX #BC432A Grenadier

📋 copy color: '#BC432A'

red 188 ◦ green 67 ◦ blue 42

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

Shades of Grenadier #BC432A

Tints of Grenadier #BC432A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.14%

R = 63.3%
G = 22.56%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC432A (or 0xBC432A) is known color: Grenadier. HEX triplet: BC, 43 and 2A. RGB value is (188,67,42). Sum of RGB (Red+Green+Blue) = 188+67+42=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC432A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC432A is #43BCD5. Grayscale: #646464. Windows color (decimal): -4439254 or 2769852. OLE color: 2769852.

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

Color convert

RGB 188 67 42 -
CMYK 0 0.64 0.78 0.26
HSL 10.27º 0.63% 0.45% -
HSV(B) 10.27º 0.78% 0.74% -
XYZ 23.16 14.87 3.84 -
YUV 100.33 95.09 190.53 -
System Red Green Blue C M Y K H S L
Decimal 188 67 42 0 0.64 0.78 0.26 10.27 0.63 0.45
Hex BC 43 2A 0 40 4E 1A A 3F 2D
Octal 274 103 52 0 100 116 32 12 77 55
Binary 10111100 1000011 101010 0 1000000 1001110 11010 1010 111111 101101

Color Harmonies of #BC432A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC432A

Black with #BC432A

Text Example


Text Example

White with #BC432A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC432A; }

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

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

background-color css

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

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

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

border-color css

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

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

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