Html Css Color HEX #C04700 Rust

📋 copy color: '#C04700'

red 192 ◦ green 71 ◦ blue 0

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

Shades of Rust #C04700

Tints of Rust #C04700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27%

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

R = 73%
G = 27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C04700 (or 0xC04700) is known color: Rust. HEX triplet: C0, 47 and 00. RGB value is (192,71,0). Sum of RGB (Red+Green+Blue) = 192+71+0=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C04700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04700 is #3FB8FF. Grayscale: #636363. Windows color (decimal): -4176128 or 18368. OLE color: 18368.

HSL color Cylindrical-coordinate representation of color #C04700: hue angle of 22.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 #C04700 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 71 0 -
CMYK 0 0.63 1 0.25
HSL 22.19º 1% 0.38% -
HSV(B) 22.19º 1% 0.75% -
XYZ 23.99 15.71 1.77 -
YUV 99.09 72.09 194.27 -
System Red Green Blue C M Y K H S L
Decimal 192 71 0 0 0.63 1 0.25 22.19 1 0.38
Hex C0 47 0 0 3F 64 19 16 64 26
Octal 300 107 0 0 77 144 31 26 144 46
Binary 11000000 1000111 0 0 111111 1100100 11001 10110 1100100 100110

Color Harmonies of #C04700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04700

Black with #C04700

Text Example


Text Example

White with #C04700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04700; }

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

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

background-color css

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

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

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

border-color css

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

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

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