Html Css Color HEX #C04818 Rust

📋 copy color: '#C04818'

red 192 ◦ green 72 ◦ blue 24

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

Shades of Rust #C04818

Tints of Rust #C04818

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25%

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

R = 66.67%
G = 25%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C04818 (or 0xC04818) is known color: Rust. HEX triplet: C0, 48 and 18. RGB value is (192,72,24). Sum of RGB (Red+Green+Blue) = 192+72+24=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C04818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04818 is #3FB7E7. Grayscale: #666666. Windows color (decimal): -4175848 or 1591488. OLE color: 1591488.

HSL color Cylindrical-coordinate representation of color #C04818: hue angle of 17.14º 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 #C04818 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 72 24 -
CMYK 0 0.63 0.88 0.25
HSL 17.14º 0.78% 0.42% -
HSV(B) 17.14º 0.88% 0.75% -
XYZ 24.22 15.91 2.66 -
YUV 102.41 83.76 191.9 -
System Red Green Blue C M Y K H S L
Decimal 192 72 24 0 0.63 0.88 0.25 17.14 0.78 0.42
Hex C0 48 18 0 3F 58 19 11 4E 2A
Octal 300 110 30 0 77 130 31 21 116 52
Binary 11000000 1001000 11000 0 111111 1011000 11001 10001 1001110 101010

Color Harmonies of #C04818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04818

Black with #C04818

Text Example


Text Example

White with #C04818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04818; }

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

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

background-color css

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

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

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

border-color css

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

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

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