Html Css Color HEX #C03C0E Rust

📋 copy color: '#C03C0E'

red 192 ◦ green 60 ◦ blue 14

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

Shades of Rust #C03C0E

Tints of Rust #C03C0E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.56%

 BLUE value IS 14 (5.86% from 255) = 5.26%

R = 72.18%
G = 22.56%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C03C0E (or 0xC03C0E) is known color: Rust. HEX triplet: C0, 3C and 0E. RGB value is (192,60,14). Sum of RGB (Red+Green+Blue) = 192+60+14=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03C0E is #3FC3F1. Grayscale: #5E5E5E. Windows color (decimal): -4178930 or 933056. OLE color: 933056.

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

Color convert

RGB 192 60 14 -
CMYK 0 0.69 0.93 0.25
HSL 15.51º 0.86% 0.4% -
HSV(B) 15.51º 0.93% 0.75% -
XYZ 23.43 14.47 1.97 -
YUV 94.22 82.73 197.74 -
System Red Green Blue C M Y K H S L
Decimal 192 60 14 0 0.69 0.93 0.25 15.51 0.86 0.4
Hex C0 3C E 0 45 5D 19 10 56 28
Octal 300 74 16 0 105 135 31 20 126 50
Binary 11000000 111100 1110 0 1000101 1011101 11001 10000 1010110 101000

Color Harmonies of #C03C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C0E

Black with #C03C0E

Text Example


Text Example

White with #C03C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C0E; }

 p { color: rgb(192,60,14); }

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

background-color css

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

 a { background-color: rgb(192,60,14); }

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

border-color css

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

 span { border-color: rgb(192,60,14); }

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