Html Css Color HEX #C04430 Grenadier

📋 copy color: '#C04430'

red 192 ◦ green 68 ◦ blue 48

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

Shades of Grenadier #C04430

Tints of Grenadier #C04430

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.08%

 BLUE value IS 48 (19.14% from 255) = 15.58%

R = 62.34%
G = 22.08%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C04430 (or 0xC04430) is known color: Grenadier. HEX triplet: C0, 44 and 30. RGB value is (192,68,48). Sum of RGB (Red+Green+Blue) = 192+68+48=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C04430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04430 is #3FBBCF. Grayscale: #676767. Windows color (decimal): -4176848 or 3163328. OLE color: 3163328.

HSL color Cylindrical-coordinate representation of color #C04430: hue angle of 8.33º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C04430 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 68 48 -
CMYK 0 0.65 0.75 0.25
HSL 8.33º 0.6% 0.47% -
HSV(B) 8.33º 0.75% 0.75% -
XYZ 24.34 15.55 4.52 -
YUV 102.8 97.08 191.63 -
System Red Green Blue C M Y K H S L
Decimal 192 68 48 0 0.65 0.75 0.25 8.33 0.6 0.47
Hex C0 44 30 0 41 4B 19 8 3C 2F
Octal 300 104 60 0 101 113 31 10 74 57
Binary 11000000 1000100 110000 0 1000001 1001011 11001 1000 111100 101111

Color Harmonies of #C04430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04430

Black with #C04430

Text Example


Text Example

White with #C04430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04430; }

 p { color: rgb(192,68,48); }

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

background-color css

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

 a { background-color: rgb(192,68,48); }

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

border-color css

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

 span { border-color: rgb(192,68,48); }

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