Html Css Color HEX #C24E14 Rust

📋 copy color: '#C24E14'

red 194 ◦ green 78 ◦ blue 20

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

Shades of Rust #C24E14

Tints of Rust #C24E14

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.71%

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

R = 66.44%
G = 26.71%
B = 6.85%

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

#C24E14 (or 0xC24E14) is known color: Rust. HEX triplet: C2, 4E and 14. RGB value is (194,78,20). Sum of RGB (Red+Green+Blue) = 194+78+20=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24E14 is #3DB1EB. Grayscale: #6A6A6A. Windows color (decimal): -4043244 or 1330882. OLE color: 1330882.

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

Color convert

RGB 194 78 20 -
CMYK 0 0.60 0.90 0.24
HSL 20º 0.81% 0.42% -
HSV(B) 20º 0.9% 0.76% -
XYZ 25.1 16.97 2.61 -
YUV 106.07 79.43 190.72 -
System Red Green Blue C M Y K H S L
Decimal 194 78 20 0 0.60 0.90 0.24 20 0.81 0.42
Hex C2 4E 14 0 3C 5A 18 14 51 2A
Octal 302 116 24 0 74 132 30 24 121 52
Binary 11000010 1001110 10100 0 111100 1011010 11000 10100 1010001 101010

Color Harmonies of #C24E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24E14

Black with #C24E14

Text Example


Text Example

White with #C24E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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