Html Css Color HEX #C24804 Rust

📋 copy color: '#C24804'

red 194 ◦ green 72 ◦ blue 4

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

Shades of Rust #C24804

Tints of Rust #C24804

RGB

 RED value IS 194 (76.17% from 255) = 71.85%

 GREEN value IS 72 (28.52% from 255) = 26.67%

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

R = 71.85%
G = 26.67%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C24804 (or 0xC24804) is known color: Rust. HEX triplet: C2, 48 and 04. RGB value is (194,72,4). Sum of RGB (Red+Green+Blue) = 194+72+4=270 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.85% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 194 - color contains mainly: red. Hex color #C24804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24804 is #3DB7FB. Grayscale: #656565. Windows color (decimal): -4044796 or 280770. OLE color: 280770.

HSL color Cylindrical-coordinate representation of color #C24804: hue angle of 21.47º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C24804 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 72 4 -
CMYK 0 0.63 0.98 0.24
HSL 21.47º 0.96% 0.39% -
HSV(B) 21.47º 0.98% 0.76% -
XYZ 24.59 16.11 1.93 -
YUV 100.73 73.42 194.53 -
System Red Green Blue C M Y K H S L
Decimal 194 72 4 0 0.63 0.98 0.24 21.47 0.96 0.39
Hex C2 48 4 0 3F 62 18 15 60 27
Octal 302 110 4 0 77 142 30 25 140 47
Binary 11000010 1001000 100 0 111111 1100010 11000 10101 1100000 100111

Color Harmonies of #C24804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24804

Black with #C24804

Text Example


Text Example

White with #C24804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24804; }

 p { color: rgb(194,72,4); }

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

background-color css

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

 a { background-color: rgb(194,72,4); }

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

border-color css

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

 span { border-color: rgb(194,72,4); }

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