Html Css Color HEX #C04205 Rust

📋 copy color: '#C04205'

red 192 ◦ green 66 ◦ blue 5

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

Shades of Rust #C04205

Tints of Rust #C04205

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.1%

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

R = 73%
G = 25.1%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C04205 (or 0xC04205) is known color: Rust. HEX triplet: C0, 42 and 05. RGB value is (192,66,5). Sum of RGB (Red+Green+Blue) = 192+66+5=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C04205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04205 is #3FBDFA. Grayscale: #616161. Windows color (decimal): -4177403 or 344768. OLE color: 344768.

HSL color Cylindrical-coordinate representation of color #C04205: hue angle of 19.57º 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 #C04205 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 66 5 -
CMYK 0 0.66 0.97 0.25
HSL 19.57º 0.95% 0.39% -
HSV(B) 19.57º 0.97% 0.75% -
XYZ 23.71 15.11 1.81 -
YUV 96.72 76.24 195.96 -
System Red Green Blue C M Y K H S L
Decimal 192 66 5 0 0.66 0.97 0.25 19.57 0.95 0.39
Hex C0 42 5 0 42 61 19 14 5F 27
Octal 300 102 5 0 102 141 31 24 137 47
Binary 11000000 1000010 101 0 1000010 1100001 11001 10100 1011111 100111

Color Harmonies of #C04205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04205

Black with #C04205

Text Example


Text Example

White with #C04205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04205; }

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

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

background-color css

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

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

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

border-color css

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

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

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