Html Css Color HEX #C0432A Grenadier

📋 copy color: '#C0432A'

red 192 ◦ green 67 ◦ blue 42

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

Shades of Grenadier #C0432A

Tints of Grenadier #C0432A

RGB

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

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

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

R = 63.79%
G = 22.26%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0432A (or 0xC0432A) is known color: Grenadier. HEX triplet: C0, 43 and 2A. RGB value is (192,67,42). Sum of RGB (Red+Green+Blue) = 192+67+42=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C0432A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0432A is #3FBCD5. Grayscale: #656565. Windows color (decimal): -4177110 or 2769856. OLE color: 2769856.

HSL color Cylindrical-coordinate representation of color #C0432A: hue angle of 10º degrees, saturation: 0.64, 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 #C0432A is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 67 42 -
CMYK 0 0.65 0.78 0.25
HSL 10º 0.64% 0.46% -
HSV(B) 10º 0.78% 0.75% -
XYZ 24.16 15.39 3.89 -
YUV 101.53 94.41 192.53 -
System Red Green Blue C M Y K H S L
Decimal 192 67 42 0 0.65 0.78 0.25 10 0.64 0.46
Hex C0 43 2A 0 41 4E 19 A 40 2E
Octal 300 103 52 0 101 116 31 12 100 56
Binary 11000000 1000011 101010 0 1000001 1001110 11001 1010 1000000 101110

Color Harmonies of #C0432A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0432A

Black with #C0432A

Text Example


Text Example

White with #C0432A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0432A; }

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

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

background-color css

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

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

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

border-color css

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

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

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