Html Css Color HEX #C04218 Rust

📋 copy color: '#C04218'

red 192 ◦ green 66 ◦ blue 24

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

Shades of Rust #C04218

Tints of Rust #C04218

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.4%

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

R = 68.09%
G = 23.4%
B = 8.51%

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

#C04218 (or 0xC04218) is known color: Rust. HEX triplet: C0, 42 and 18. RGB value is (192,66,24). Sum of RGB (Red+Green+Blue) = 192+66+24=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C04218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04218 is #3FBDE7. Grayscale: #636363. Windows color (decimal): -4177384 or 1589952. OLE color: 1589952.

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

Color convert

RGB 192 66 24 -
CMYK 0 0.66 0.88 0.25
HSL 15º 0.78% 0.42% -
HSV(B) 15º 0.88% 0.75% -
XYZ 23.85 15.17 2.53 -
YUV 98.89 85.74 194.42 -
System Red Green Blue C M Y K H S L
Decimal 192 66 24 0 0.66 0.88 0.25 15 0.78 0.42
Hex C0 42 18 0 42 58 19 F 4E 2A
Octal 300 102 30 0 102 130 31 17 116 52
Binary 11000000 1000010 11000 0 1000010 1011000 11001 1111 1001110 101010

Color Harmonies of #C04218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04218

Black with #C04218

Text Example


Text Example

White with #C04218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04218; }

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

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

background-color css

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

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

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

border-color css

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

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

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