Html Css Color HEX #C03700 Rust

📋 copy color: '#C03700'

red 192 ◦ green 55 ◦ blue 0

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

Shades of Rust #C03700

Tints of Rust #C03700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.27%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.73%
G = 22.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C03700 (or 0xC03700) is known color: Rust. HEX triplet: C0, 37 and 00. RGB value is (192,55,0). Sum of RGB (Red+Green+Blue) = 192+55+0=247 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.73% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 192 - color contains mainly: red. Hex color #C03700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03700 is #3FC8FF. Grayscale: #5A5A5A. Windows color (decimal): -4180224 or 14272. OLE color: 14272.

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

Color convert

RGB 192 55 0 -
CMYK 0 0.71 1 0.25
HSL 17.19º 1% 0.38% -
HSV(B) 17.19º 1% 0.75% -
XYZ 23.1 13.94 1.47 -
YUV 89.69 77.39 200.97 -
System Red Green Blue C M Y K H S L
Decimal 192 55 0 0 0.71 1 0.25 17.19 1 0.38
Hex C0 37 0 0 47 64 19 11 64 26
Octal 300 67 0 0 107 144 31 21 144 46
Binary 11000000 110111 0 0 1000111 1100100 11001 10001 1100100 100110

Color Harmonies of #C03700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03700

Black with #C03700

Text Example


Text Example

White with #C03700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03700; }

 p { color: rgb(192,55,0); }

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

background-color css

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

 a { background-color: rgb(192,55,0); }

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

border-color css

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

 span { border-color: rgb(192,55,0); }

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