Html Css Color HEX #C24A14 Rust

📋 copy color: '#C24A14'

red 194 ◦ green 74 ◦ blue 20

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

Shades of Rust #C24A14

Tints of Rust #C24A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.94%

R = 67.36%
G = 25.69%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C24A14 (or 0xC24A14) is known color: Rust. HEX triplet: C2, 4A and 14. RGB value is (194,74,20). Sum of RGB (Red+Green+Blue) = 194+74+20=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24A14 is #3DB5EB. Grayscale: #686868. Windows color (decimal): -4044268 or 1329858. OLE color: 1329858.

HSL color Cylindrical-coordinate representation of color #C24A14: hue angle of 18.62º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C24A14 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 74 20 -
CMYK 0 0.62 0.90 0.24
HSL 18.62º 0.81% 0.42% -
HSV(B) 18.62º 0.9% 0.76% -
XYZ 24.82 16.42 2.52 -
YUV 103.72 80.76 192.39 -
System Red Green Blue C M Y K H S L
Decimal 194 74 20 0 0.62 0.90 0.24 18.62 0.81 0.42
Hex C2 4A 14 0 3E 5A 18 13 51 2A
Octal 302 112 24 0 76 132 30 23 121 52
Binary 11000010 1001010 10100 0 111110 1011010 11000 10011 1010001 101010

Color Harmonies of #C24A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24A14

Black with #C24A14

Text Example


Text Example

White with #C24A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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