Html Css Color HEX #C24A10 Rust

📋 copy color: '#C24A10'

red 194 ◦ green 74 ◦ blue 16

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

Shades of Rust #C24A10

Tints of Rust #C24A10

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.06%

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

R = 68.31%
G = 26.06%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C24A10 (or 0xC24A10) is known color: Rust. HEX triplet: C2, 4A and 10. RGB value is (194,74,16). Sum of RGB (Red+Green+Blue) = 194+74+16=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24A10 is #3DB5EF. Grayscale: #676767. Windows color (decimal): -4044272 or 1067714. OLE color: 1067714.

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

Color convert

RGB 194 74 16 -
CMYK 0 0.62 0.92 0.24
HSL 19.55º 0.85% 0.41% -
HSV(B) 19.55º 0.92% 0.76% -
XYZ 24.79 16.4 2.35 -
YUV 103.27 78.76 192.72 -
System Red Green Blue C M Y K H S L
Decimal 194 74 16 0 0.62 0.92 0.24 19.55 0.85 0.41
Hex C2 4A 10 0 3E 5C 18 14 55 29
Octal 302 112 20 0 76 134 30 24 125 51
Binary 11000010 1001010 10000 0 111110 1011100 11000 10100 1010101 101001

Color Harmonies of #C24A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24A10

Black with #C24A10

Text Example


Text Example

White with #C24A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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