Html Css Color HEX #C04705 Rust

📋 copy color: '#C04705'

red 192 ◦ green 71 ◦ blue 5

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

Shades of Rust #C04705

Tints of Rust #C04705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.87%

R = 71.64%
G = 26.49%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C04705 (or 0xC04705) is known color: Rust. HEX triplet: C0, 47 and 05. RGB value is (192,71,5). Sum of RGB (Red+Green+Blue) = 192+71+5=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C04705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04705 is #3FB8FA. Grayscale: #646464. Windows color (decimal): -4176123 or 346048. OLE color: 346048.

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

Color convert

RGB 192 71 5 -
CMYK 0 0.63 0.97 0.25
HSL 21.18º 0.95% 0.39% -
HSV(B) 21.18º 0.97% 0.75% -
XYZ 24.02 15.72 1.91 -
YUV 99.66 74.59 193.87 -
System Red Green Blue C M Y K H S L
Decimal 192 71 5 0 0.63 0.97 0.25 21.18 0.95 0.39
Hex C0 47 5 0 3F 61 19 15 5F 27
Octal 300 107 5 0 77 141 31 25 137 47
Binary 11000000 1000111 101 0 111111 1100001 11001 10101 1011111 100111

Color Harmonies of #C04705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04705

Black with #C04705

Text Example


Text Example

White with #C04705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04705; }

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

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

background-color css

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

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

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

border-color css

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

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

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