Html Css Color HEX #C03D14 Rust

📋 copy color: '#C03D14'

red 192 ◦ green 61 ◦ blue 20

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

Shades of Rust #C03D14

Tints of Rust #C03D14

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.34%

 BLUE value IS 20 (8.2% from 255) = 7.33%

R = 70.33%
G = 22.34%
B = 7.33%

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

#C03D14 (or 0xC03D14) is known color: Rust. HEX triplet: C0, 3D and 14. RGB value is (192,61,20). Sum of RGB (Red+Green+Blue) = 192+61+20=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03D14 is #3FC2EB. Grayscale: #5F5F5F. Windows color (decimal): -4178668 or 1326528. OLE color: 1326528.

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

Color convert

RGB 192 61 20 -
CMYK 0 0.68 0.90 0.25
HSL 14.3º 0.81% 0.42% -
HSV(B) 14.3º 0.9% 0.75% -
XYZ 23.53 14.59 2.24 -
YUV 95.5 85.4 196.83 -
System Red Green Blue C M Y K H S L
Decimal 192 61 20 0 0.68 0.90 0.25 14.3 0.81 0.42
Hex C0 3D 14 0 44 5A 19 E 51 2A
Octal 300 75 24 0 104 132 31 16 121 52
Binary 11000000 111101 10100 0 1000100 1011010 11001 1110 1010001 101010

Color Harmonies of #C03D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03D14

Black with #C03D14

Text Example


Text Example

White with #C03D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03D14; }

 p { color: rgb(192,61,20); }

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

background-color css

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

 a { background-color: rgb(192,61,20); }

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

border-color css

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

 span { border-color: rgb(192,61,20); }

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