Html Css Color HEX #C03D13 Rust

📋 copy color: '#C03D13'

red 192 ◦ green 61 ◦ blue 19

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

Shades of Rust #C03D13

Tints of Rust #C03D13

RGB

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

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

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

R = 70.59%
G = 22.43%
B = 6.99%

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

#C03D13 (or 0xC03D13) is known color: Rust. HEX triplet: C0, 3D and 13. RGB value is (192,61,19). Sum of RGB (Red+Green+Blue) = 192+61+19=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03D13 is #3FC2EC. Grayscale: #5F5F5F. Windows color (decimal): -4178669 or 1260992. OLE color: 1260992.

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

Color convert

RGB 192 61 19 -
CMYK 0 0.68 0.90 0.25
HSL 14.57º 0.82% 0.41% -
HSV(B) 14.57º 0.9% 0.75% -
XYZ 23.52 14.59 2.19 -
YUV 95.38 84.9 196.92 -
System Red Green Blue C M Y K H S L
Decimal 192 61 19 0 0.68 0.90 0.25 14.57 0.82 0.41
Hex C0 3D 13 0 44 5A 19 F 52 29
Octal 300 75 23 0 104 132 31 17 122 51
Binary 11000000 111101 10011 0 1000100 1011010 11001 1111 1010010 101001

Color Harmonies of #C03D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03D13

Black with #C03D13

Text Example


Text Example

White with #C03D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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