Html Css Color HEX #C0452B Grenadier

📋 copy color: '#C0452B'

red 192 ◦ green 69 ◦ blue 43

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

Shades of Grenadier #C0452B

Tints of Grenadier #C0452B

RGB

 RED value IS 192 (75.39% from 255) = 63.16%

 GREEN value IS 69 (27.34% from 255) = 22.7%

 BLUE value IS 43 (17.19% from 255) = 14.14%

R = 63.16%
G = 22.7%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0452B (or 0xC0452B) is known color: Grenadier. HEX triplet: C0, 45 and 2B. RGB value is (192,69,43). Sum of RGB (Red+Green+Blue) = 192+69+43=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C0452B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0452B is #3FBAD4. Grayscale: #676767. Windows color (decimal): -4176597 or 2835904. OLE color: 2835904.

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

Color convert

RGB 192 69 43 -
CMYK 0 0.64 0.78 0.25
HSL 10.47º 0.63% 0.46% -
HSV(B) 10.47º 0.78% 0.75% -
XYZ 24.3 15.64 4.02 -
YUV 102.81 94.25 191.61 -
System Red Green Blue C M Y K H S L
Decimal 192 69 43 0 0.64 0.78 0.25 10.47 0.63 0.46
Hex C0 45 2B 0 40 4E 19 A 3F 2E
Octal 300 105 53 0 100 116 31 12 77 56
Binary 11000000 1000101 101011 0 1000000 1001110 11001 1010 111111 101110

Color Harmonies of #C0452B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0452B

Black with #C0452B

Text Example


Text Example

White with #C0452B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0452B; }

 p { color: rgb(192,69,43); }

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

background-color css

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

 a { background-color: rgb(192,69,43); }

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

border-color css

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

 span { border-color: rgb(192,69,43); }

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