Html Css Color HEX #C0490C Rust

📋 copy color: '#C0490C'

red 192 ◦ green 73 ◦ blue 12

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

Shades of Rust #C0490C

Tints of Rust #C0490C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.35%

 BLUE value IS 12 (5.08% from 255) = 4.33%

R = 69.31%
G = 26.35%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0490C (or 0xC0490C) is known color: Rust. HEX triplet: C0, 49 and 0C. RGB value is (192,73,12). Sum of RGB (Red+Green+Blue) = 192+73+12=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C0490C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0490C is #3FB6F3. Grayscale: #656565. Windows color (decimal): -4175604 or 805312. OLE color: 805312.

HSL color Cylindrical-coordinate representation of color #C0490C: hue angle of 20.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0490C is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 73 12 -
CMYK 0 0.62 0.94 0.25
HSL 20.33º 0.88% 0.4% -
HSV(B) 20.33º 0.94% 0.75% -
XYZ 24.19 16 2.16 -
YUV 101.63 77.42 192.46 -
System Red Green Blue C M Y K H S L
Decimal 192 73 12 0 0.62 0.94 0.25 20.33 0.88 0.4
Hex C0 49 C 0 3E 5E 19 14 58 28
Octal 300 111 14 0 76 136 31 24 130 50
Binary 11000000 1001001 1100 0 111110 1011110 11001 10100 1011000 101000

Color Harmonies of #C0490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0490C

Black with #C0490C

Text Example


Text Example

White with #C0490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0490C; }

 p { color: rgb(192,73,12); }

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

background-color css

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

 a { background-color: rgb(192,73,12); }

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

border-color css

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

 span { border-color: rgb(192,73,12); }

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