Html Css Color HEX #C24D14 Rust

📋 copy color: '#C24D14'

red 194 ◦ green 77 ◦ blue 20

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

Shades of Rust #C24D14

Tints of Rust #C24D14

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.46%

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

R = 66.67%
G = 26.46%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C24D14 (or 0xC24D14) is known color: Rust. HEX triplet: C2, 4D and 14. RGB value is (194,77,20). Sum of RGB (Red+Green+Blue) = 194+77+20=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24D14 is #3DB2EB. Grayscale: #696969. Windows color (decimal): -4043500 or 1330626. OLE color: 1330626.

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

Color convert

RGB 194 77 20 -
CMYK 0 0.60 0.90 0.24
HSL 19.66º 0.81% 0.42% -
HSV(B) 19.66º 0.9% 0.76% -
XYZ 25.03 16.83 2.59 -
YUV 105.49 79.76 191.13 -
System Red Green Blue C M Y K H S L
Decimal 194 77 20 0 0.60 0.90 0.24 19.66 0.81 0.42
Hex C2 4D 14 0 3C 5A 18 14 51 2A
Octal 302 115 24 0 74 132 30 24 121 52
Binary 11000010 1001101 10100 0 111100 1011010 11000 10100 1010001 101010

Color Harmonies of #C24D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24D14

Black with #C24D14

Text Example


Text Example

White with #C24D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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