Html Css Color HEX #C03E13 Rust

📋 copy color: '#C03E13'

red 192 ◦ green 62 ◦ blue 19

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

Shades of Rust #C03E13

Tints of Rust #C03E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.96%

R = 70.33%
G = 22.71%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C03E13 (or 0xC03E13) is known color: Rust. HEX triplet: C0, 3E and 13. RGB value is (192,62,19). Sum of RGB (Red+Green+Blue) = 192+62+19=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03E13 is #3FC1EC. Grayscale: #606060. Windows color (decimal): -4178413 or 1261248. OLE color: 1261248.

HSL color Cylindrical-coordinate representation of color #C03E13: hue angle of 14.91º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C03E13 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 62 19 -
CMYK 0 0.68 0.90 0.25
HSL 14.91º 0.82% 0.41% -
HSV(B) 14.91º 0.9% 0.75% -
XYZ 23.58 14.7 2.21 -
YUV 95.97 84.57 196.5 -
System Red Green Blue C M Y K H S L
Decimal 192 62 19 0 0.68 0.90 0.25 14.91 0.82 0.41
Hex C0 3E 13 0 44 5A 19 F 52 29
Octal 300 76 23 0 104 132 31 17 122 51
Binary 11000000 111110 10011 0 1000100 1011010 11001 1111 1010010 101001

Color Harmonies of #C03E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03E13

Black with #C03E13

Text Example


Text Example

White with #C03E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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