Html Css Color HEX #C03C03 Rust

📋 copy color: '#C03C03'

red 192 ◦ green 60 ◦ blue 3

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

Shades of Rust #C03C03

Tints of Rust #C03C03

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.53%

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

R = 75.29%
G = 23.53%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C03C03 (or 0xC03C03) is known color: Rust. HEX triplet: C0, 3C and 03. RGB value is (192,60,3). Sum of RGB (Red+Green+Blue) = 192+60+3=255 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.29% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03C03 is #3FC3FC. Grayscale: #5D5D5D. Windows color (decimal): -4178941 or 212160. OLE color: 212160.

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

Color convert

RGB 192 60 3 -
CMYK 0 0.69 0.98 0.25
HSL 18.1º 0.97% 0.38% -
HSV(B) 18.1º 0.98% 0.75% -
XYZ 23.37 14.44 1.64 -
YUV 92.97 77.23 198.63 -
System Red Green Blue C M Y K H S L
Decimal 192 60 3 0 0.69 0.98 0.25 18.1 0.97 0.38
Hex C0 3C 3 0 45 62 19 12 61 26
Octal 300 74 3 0 105 142 31 22 141 46
Binary 11000000 111100 11 0 1000101 1100010 11001 10010 1100001 100110

Color Harmonies of #C03C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C03

Black with #C03C03

Text Example


Text Example

White with #C03C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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