Html Css Color HEX #C04504 Rust

📋 copy color: '#C04504'

red 192 ◦ green 69 ◦ blue 4

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

Shades of Rust #C04504

Tints of Rust #C04504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.51%

R = 72.45%
G = 26.04%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C04504 (or 0xC04504) is known color: Rust. HEX triplet: C0, 45 and 04. RGB value is (192,69,4). Sum of RGB (Red+Green+Blue) = 192+69+4=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C04504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04504 is #3FBAFB. Grayscale: #626262. Windows color (decimal): -4176636 or 280000. OLE color: 280000.

HSL color Cylindrical-coordinate representation of color #C04504: hue angle of 20.74º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C04504 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 69 4 -
CMYK 0 0.64 0.98 0.25
HSL 20.74º 0.96% 0.38% -
HSV(B) 20.74º 0.98% 0.75% -
XYZ 23.89 15.47 1.84 -
YUV 98.37 74.75 194.79 -
System Red Green Blue C M Y K H S L
Decimal 192 69 4 0 0.64 0.98 0.25 20.74 0.96 0.38
Hex C0 45 4 0 40 62 19 15 60 26
Octal 300 105 4 0 100 142 31 25 140 46
Binary 11000000 1000101 100 0 1000000 1100010 11001 10101 1100000 100110

Color Harmonies of #C04504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04504

Black with #C04504

Text Example


Text Example

White with #C04504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04504; }

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

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

background-color css

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

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

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

border-color css

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

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

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