Html Css Color HEX #C03E0E Rust

📋 copy color: '#C03E0E'

red 192 ◦ green 62 ◦ blue 14

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

Shades of Rust #C03E0E

Tints of Rust #C03E0E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.13%

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

R = 71.64%
G = 23.13%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C03E0E (or 0xC03E0E) is known color: Rust. HEX triplet: C0, 3E and 0E. RGB value is (192,62,14). Sum of RGB (Red+Green+Blue) = 192+62+14=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 62 (24.61% from 255 or 23.13% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03E0E is #3FC1F1. Grayscale: #5F5F5F. Windows color (decimal): -4178418 or 933568. OLE color: 933568.

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

Color convert

RGB 192 62 14 -
CMYK 0 0.68 0.93 0.25
HSL 16.18º 0.86% 0.4% -
HSV(B) 16.18º 0.93% 0.75% -
XYZ 23.54 14.68 2.01 -
YUV 95.4 82.07 196.9 -
System Red Green Blue C M Y K H S L
Decimal 192 62 14 0 0.68 0.93 0.25 16.18 0.86 0.4
Hex C0 3E E 0 44 5D 19 10 56 28
Octal 300 76 16 0 104 135 31 20 126 50
Binary 11000000 111110 1110 0 1000100 1011101 11001 10000 1010110 101000

Color Harmonies of #C03E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03E0E

Black with #C03E0E

Text Example


Text Example

White with #C03E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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