Html Css Color HEX #C04720 Rust

📋 copy color: '#C04720'

red 192 ◦ green 71 ◦ blue 32

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

Shades of Rust #C04720

Tints of Rust #C04720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.85%

R = 65.08%
G = 24.07%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C04720 (or 0xC04720) is known color: Rust. HEX triplet: C0, 47 and 20. RGB value is (192,71,32). Sum of RGB (Red+Green+Blue) = 192+71+32=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C04720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04720 is #3FB8DF. Grayscale: #676767. Windows color (decimal): -4176096 or 2115520. OLE color: 2115520.

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

Color convert

RGB 192 71 32 -
CMYK 0 0.63 0.83 0.25
HSL 14.63º 0.71% 0.44% -
HSV(B) 14.63º 0.83% 0.75% -
XYZ 24.25 15.82 3.14 -
YUV 102.73 88.09 191.67 -
System Red Green Blue C M Y K H S L
Decimal 192 71 32 0 0.63 0.83 0.25 14.63 0.71 0.44
Hex C0 47 20 0 3F 53 19 F 47 2C
Octal 300 107 40 0 77 123 31 17 107 54
Binary 11000000 1000111 100000 0 111111 1010011 11001 1111 1000111 101100

Color Harmonies of #C04720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04720

Black with #C04720

Text Example


Text Example

White with #C04720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04720; }

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

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

background-color css

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

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

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

border-color css

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

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

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