Html Css Color HEX #C24F10 Rust

📋 copy color: '#C24F10'

red 194 ◦ green 79 ◦ blue 16

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

Shades of Rust #C24F10

Tints of Rust #C24F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.54%

R = 67.13%
G = 27.34%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C24F10 (or 0xC24F10) is known color: Rust. HEX triplet: C2, 4F and 10. RGB value is (194,79,16). Sum of RGB (Red+Green+Blue) = 194+79+16=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24F10 is #3DB0EF. Grayscale: #6A6A6A. Windows color (decimal): -4042992 or 1068994. OLE color: 1068994.

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

Color convert

RGB 194 79 16 -
CMYK 0 0.59 0.92 0.24
HSL 21.24º 0.85% 0.41% -
HSV(B) 21.24º 0.92% 0.76% -
XYZ 25.14 17.1 2.47 -
YUV 106.2 77.1 190.62 -
System Red Green Blue C M Y K H S L
Decimal 194 79 16 0 0.59 0.92 0.24 21.24 0.85 0.41
Hex C2 4F 10 0 3B 5C 18 15 55 29
Octal 302 117 20 0 73 134 30 25 125 51
Binary 11000010 1001111 10000 0 111011 1011100 11000 10101 1010101 101001

Color Harmonies of #C24F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24F10

Black with #C24F10

Text Example


Text Example

White with #C24F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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