Html Css Color HEX #C03E12 Rust

📋 copy color: '#C03E12'

red 192 ◦ green 62 ◦ blue 18

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

Shades of Rust #C03E12

Tints of Rust #C03E12

RGB

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

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

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

R = 70.59%
G = 22.79%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C03E12 (or 0xC03E12) is known color: Rust. HEX triplet: C0, 3E and 12. RGB value is (192,62,18). Sum of RGB (Red+Green+Blue) = 192+62+18=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03E12 is #3FC1ED. Grayscale: #606060. Windows color (decimal): -4178414 or 1195712. OLE color: 1195712.

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

Color convert

RGB 192 62 18 -
CMYK 0 0.68 0.91 0.25
HSL 15.17º 0.83% 0.41% -
HSV(B) 15.17º 0.91% 0.75% -
XYZ 23.57 14.7 2.17 -
YUV 95.85 84.07 196.58 -
System Red Green Blue C M Y K H S L
Decimal 192 62 18 0 0.68 0.91 0.25 15.17 0.83 0.41
Hex C0 3E 12 0 44 5B 19 F 53 29
Octal 300 76 22 0 104 133 31 17 123 51
Binary 11000000 111110 10010 0 1000100 1011011 11001 1111 1010011 101001

Color Harmonies of #C03E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03E12

Black with #C03E12

Text Example


Text Example

White with #C03E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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