Html Css Color HEX #C04505 Rust

📋 copy color: '#C04505'

red 192 ◦ green 69 ◦ blue 5

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

Shades of Rust #C04505

Tints of Rust #C04505

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.94%

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

R = 72.18%
G = 25.94%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C04505 (or 0xC04505) is known color: Rust. HEX triplet: C0, 45 and 05. RGB value is (192,69,5). Sum of RGB (Red+Green+Blue) = 192+69+5=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C04505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04505 is #3FBAFA. Grayscale: #626262. Windows color (decimal): -4176635 or 345536. OLE color: 345536.

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

Color convert

RGB 192 69 5 -
CMYK 0 0.64 0.97 0.25
HSL 20.53º 0.95% 0.39% -
HSV(B) 20.53º 0.97% 0.75% -
XYZ 23.89 15.47 1.87 -
YUV 98.48 75.25 194.7 -
System Red Green Blue C M Y K H S L
Decimal 192 69 5 0 0.64 0.97 0.25 20.53 0.95 0.39
Hex C0 45 5 0 40 61 19 15 5F 27
Octal 300 105 5 0 100 141 31 25 137 47
Binary 11000000 1000101 101 0 1000000 1100001 11001 10101 1011111 100111

Color Harmonies of #C04505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04505

Black with #C04505

Text Example


Text Example

White with #C04505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04505; }

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

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

background-color css

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

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

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

border-color css

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

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

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