Html Css Color HEX #C24F16 Rust

📋 copy color: '#C24F16'

red 194 ◦ green 79 ◦ blue 22

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

Shades of Rust #C24F16

Tints of Rust #C24F16

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.78%

 BLUE value IS 22 (8.98% from 255) = 7.46%

R = 65.76%
G = 26.78%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C24F16 (or 0xC24F16) is known color: Rust. HEX triplet: C2, 4F and 16. RGB value is (194,79,22). Sum of RGB (Red+Green+Blue) = 194+79+22=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24F16 is #3DB0E9. Grayscale: #6B6B6B. Windows color (decimal): -4042986 or 1462210. OLE color: 1462210.

HSL color Cylindrical-coordinate representation of color #C24F16: hue angle of 19.88º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C24F16 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 79 22 -
CMYK 0 0.59 0.89 0.24
HSL 19.88º 0.8% 0.42% -
HSV(B) 19.88º 0.89% 0.76% -
XYZ 25.19 17.12 2.74 -
YUV 106.89 80.1 190.13 -
System Red Green Blue C M Y K H S L
Decimal 194 79 22 0 0.59 0.89 0.24 19.88 0.8 0.42
Hex C2 4F 16 0 3B 59 18 14 50 2A
Octal 302 117 26 0 73 131 30 24 120 52
Binary 11000010 1001111 10110 0 111011 1011001 11000 10100 1010000 101010

Color Harmonies of #C24F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24F16

Black with #C24F16

Text Example


Text Example

White with #C24F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24F16; }

 p { color: rgb(194,79,22); }

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

background-color css

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

 a { background-color: rgb(194,79,22); }

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

border-color css

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

 span { border-color: rgb(194,79,22); }

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