Html Css Color HEX #C24604 Rust

📋 copy color: '#C24604'

red 194 ◦ green 70 ◦ blue 4

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

Shades of Rust #C24604

Tints of Rust #C24604

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.12%

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

R = 72.39%
G = 26.12%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C24604 (or 0xC24604) is known color: Rust. HEX triplet: C2, 46 and 04. RGB value is (194,70,4). Sum of RGB (Red+Green+Blue) = 194+70+4=268 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.39% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 194 - color contains mainly: red. Hex color #C24604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24604 is #3DB9FB. Grayscale: #636363. Windows color (decimal): -4045308 or 280258. OLE color: 280258.

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

Color convert

RGB 194 70 4 -
CMYK 0 0.64 0.98 0.24
HSL 20.84º 0.96% 0.39% -
HSV(B) 20.84º 0.98% 0.76% -
XYZ 24.46 15.86 1.89 -
YUV 99.55 74.08 195.37 -
System Red Green Blue C M Y K H S L
Decimal 194 70 4 0 0.64 0.98 0.24 20.84 0.96 0.39
Hex C2 46 4 0 40 62 18 15 60 27
Octal 302 106 4 0 100 142 30 25 140 47
Binary 11000010 1000110 100 0 1000000 1100010 11000 10101 1100000 100111

Color Harmonies of #C24604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24604

Black with #C24604

Text Example


Text Example

White with #C24604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24604; }

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

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

background-color css

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

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

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

border-color css

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

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

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