Html Css Color HEX #C04418 Rust

📋 copy color: '#C04418'

red 192 ◦ green 68 ◦ blue 24

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

Shades of Rust #C04418

Tints of Rust #C04418

RGB

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

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

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

R = 67.61%
G = 23.94%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C04418 (or 0xC04418) is known color: Rust. HEX triplet: C0, 44 and 18. RGB value is (192,68,24). Sum of RGB (Red+Green+Blue) = 192+68+24=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C04418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04418 is #3FBBE7. Grayscale: #646464. Windows color (decimal): -4176872 or 1590464. OLE color: 1590464.

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

Color convert

RGB 192 68 24 -
CMYK 0 0.65 0.88 0.25
HSL 15.71º 0.78% 0.42% -
HSV(B) 15.71º 0.88% 0.75% -
XYZ 23.97 15.41 2.57 -
YUV 100.06 85.08 193.58 -
System Red Green Blue C M Y K H S L
Decimal 192 68 24 0 0.65 0.88 0.25 15.71 0.78 0.42
Hex C0 44 18 0 41 58 19 10 4E 2A
Octal 300 104 30 0 101 130 31 20 116 52
Binary 11000000 1000100 11000 0 1000001 1011000 11001 10000 1001110 101010

Color Harmonies of #C04418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04418

Black with #C04418

Text Example


Text Example

White with #C04418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04418; }

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

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

background-color css

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

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

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

border-color css

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

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

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