Html Css Color HEX #C04A18 Rust

📋 copy color: '#C04A18'

red 192 ◦ green 74 ◦ blue 24

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

Shades of Rust #C04A18

Tints of Rust #C04A18

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.52%

 BLUE value IS 24 (9.77% from 255) = 8.28%

R = 66.21%
G = 25.52%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C04A18 (or 0xC04A18) is known color: Rust. HEX triplet: C0, 4A and 18. RGB value is (192,74,24). Sum of RGB (Red+Green+Blue) = 192+74+24=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04A18 is #3FB5E7. Grayscale: #676767. Windows color (decimal): -4175336 or 1592000. OLE color: 1592000.

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

Color convert

RGB 192 74 24 -
CMYK 0 0.61 0.88 0.25
HSL 17.86º 0.78% 0.42% -
HSV(B) 17.86º 0.88% 0.75% -
XYZ 24.35 16.17 2.7 -
YUV 103.58 83.09 191.07 -
System Red Green Blue C M Y K H S L
Decimal 192 74 24 0 0.61 0.88 0.25 17.86 0.78 0.42
Hex C0 4A 18 0 3D 58 19 12 4E 2A
Octal 300 112 30 0 75 130 31 22 116 52
Binary 11000000 1001010 11000 0 111101 1011000 11001 10010 1001110 101010

Color Harmonies of #C04A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04A18

Black with #C04A18

Text Example


Text Example

White with #C04A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04A18; }

 p { color: rgb(192,74,24); }

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

background-color css

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

 a { background-color: rgb(192,74,24); }

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

border-color css

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

 span { border-color: rgb(192,74,24); }

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