Html Css Color HEX #C73C00 Rust

📋 copy color: '#C73C00'

red 199 ◦ green 60 ◦ blue 0

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

Shades of Rust #C73C00

Tints of Rust #C73C00

RGB

 RED value IS 199 (78.13% from 255) = 76.83%

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

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

R = 76.83%
G = 23.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C73C00 (or 0xC73C00) is known color: Rust. HEX triplet: C7, 3C and 00. RGB value is (199,60,0). Sum of RGB (Red+Green+Blue) = 199+60+0=259 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.83% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73C00 is #38C3FF. Grayscale: #5F5F5F. Windows color (decimal): -3720192 or 15559. OLE color: 15559.

HSL color Cylindrical-coordinate representation of color #C73C00: hue angle of 18.09º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C73C00 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 60 0 -
CMYK 0 0.70 1 0.22
HSL 18.09º 1% 0.39% -
HSV(B) 18.09º 1% 0.78% -
XYZ 25.17 15.37 1.64 -
YUV 94.72 74.55 202.38 -
System Red Green Blue C M Y K H S L
Decimal 199 60 0 0 0.70 1 0.22 18.09 1 0.39
Hex C7 3C 0 0 46 64 16 12 64 27
Octal 307 74 0 0 106 144 26 22 144 47
Binary 11000111 111100 0 0 1000110 1100100 10110 10010 1100100 100111

Color Harmonies of #C73C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73C00

Black with #C73C00

Text Example


Text Example

White with #C73C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73C00; }

 p { color: rgb(199,60,0); }

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

background-color css

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

 a { background-color: rgb(199,60,0); }

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

border-color css

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

 span { border-color: rgb(199,60,0); }

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