Html Css Color HEX #C04118 Rust

📋 copy color: '#C04118'

red 192 ◦ green 65 ◦ blue 24

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

Shades of Rust #C04118

Tints of Rust #C04118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.13%

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

R = 68.33%
G = 23.13%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C04118 (or 0xC04118) is known color: Rust. HEX triplet: C0, 41 and 18. RGB value is (192,65,24). Sum of RGB (Red+Green+Blue) = 192+65+24=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C04118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04118 is #3FBEE7. Grayscale: #626262. Windows color (decimal): -4177640 or 1589696. OLE color: 1589696.

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

Color convert

RGB 192 65 24 -
CMYK 0 0.66 0.88 0.25
HSL 14.64º 0.78% 0.42% -
HSV(B) 14.64º 0.88% 0.75% -
XYZ 23.79 15.05 2.52 -
YUV 98.3 86.08 194.83 -
System Red Green Blue C M Y K H S L
Decimal 192 65 24 0 0.66 0.88 0.25 14.64 0.78 0.42
Hex C0 41 18 0 42 58 19 F 4E 2A
Octal 300 101 30 0 102 130 31 17 116 52
Binary 11000000 1000001 11000 0 1000010 1011000 11001 1111 1001110 101010

Color Harmonies of #C04118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04118

Black with #C04118

Text Example


Text Example

White with #C04118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04118; }

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

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

background-color css

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

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

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

border-color css

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

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

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