Html Css Color HEX #C04112 Rust

📋 copy color: '#C04112'

red 192 ◦ green 65 ◦ blue 18

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

Shades of Rust #C04112

Tints of Rust #C04112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.55%

R = 69.82%
G = 23.64%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C04112 (or 0xC04112) is known color: Rust. HEX triplet: C0, 41 and 12. RGB value is (192,65,18). Sum of RGB (Red+Green+Blue) = 192+65+18=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C04112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04112 is #3FBEED. Grayscale: #616161. Windows color (decimal): -4177646 or 1196480. OLE color: 1196480.

HSL color Cylindrical-coordinate representation of color #C04112: hue angle of 16.21º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C04112 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 65 18 -
CMYK 0 0.66 0.91 0.25
HSL 16.21º 0.83% 0.41% -
HSV(B) 16.21º 0.91% 0.75% -
XYZ 23.74 15.03 2.22 -
YUV 97.62 83.08 195.32 -
System Red Green Blue C M Y K H S L
Decimal 192 65 18 0 0.66 0.91 0.25 16.21 0.83 0.41
Hex C0 41 12 0 42 5B 19 10 53 29
Octal 300 101 22 0 102 133 31 20 123 51
Binary 11000000 1000001 10010 0 1000010 1011011 11001 10000 1010011 101001

Color Harmonies of #C04112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04112

Black with #C04112

Text Example


Text Example

White with #C04112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04112; }

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

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

background-color css

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

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

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

border-color css

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

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

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