Html Css Color HEX #C03E03 Rust

📋 copy color: '#C03E03'

red 192 ◦ green 62 ◦ blue 3

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

Shades of Rust #C03E03

Tints of Rust #C03E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.17%

R = 74.71%
G = 24.12%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C03E03 (or 0xC03E03) is known color: Rust. HEX triplet: C0, 3E and 03. RGB value is (192,62,3). Sum of RGB (Red+Green+Blue) = 192+62+3=257 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.71% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03E03 is #3FC1FC. Grayscale: #5E5E5E. Windows color (decimal): -4178429 or 212672. OLE color: 212672.

HSL color Cylindrical-coordinate representation of color #C03E03: hue angle of 18.73º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C03E03 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 62 3 -
CMYK 0 0.68 0.98 0.25
HSL 18.73º 0.97% 0.38% -
HSV(B) 18.73º 0.98% 0.75% -
XYZ 23.48 14.66 1.68 -
YUV 94.14 76.57 197.8 -
System Red Green Blue C M Y K H S L
Decimal 192 62 3 0 0.68 0.98 0.25 18.73 0.97 0.38
Hex C0 3E 3 0 44 62 19 13 61 26
Octal 300 76 3 0 104 142 31 23 141 46
Binary 11000000 111110 11 0 1000100 1100010 11001 10011 1100001 100110

Color Harmonies of #C03E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03E03

Black with #C03E03

Text Example


Text Example

White with #C03E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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