Html Css Color HEX #C24D11 Rust

📋 copy color: '#C24D11'

red 194 ◦ green 77 ◦ blue 17

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

Shades of Rust #C24D11

Tints of Rust #C24D11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.9%

R = 67.36%
G = 26.74%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C24D11 (or 0xC24D11) is known color: Rust. HEX triplet: C2, 4D and 11. RGB value is (194,77,17). Sum of RGB (Red+Green+Blue) = 194+77+17=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24D11 is #3DB2EE. Grayscale: #696969. Windows color (decimal): -4043503 or 1134018. OLE color: 1134018.

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

Color convert

RGB 194 77 17 -
CMYK 0 0.60 0.91 0.24
HSL 20.34º 0.84% 0.41% -
HSV(B) 20.34º 0.91% 0.76% -
XYZ 25 16.82 2.46 -
YUV 105.14 78.26 191.38 -
System Red Green Blue C M Y K H S L
Decimal 194 77 17 0 0.60 0.91 0.24 20.34 0.84 0.41
Hex C2 4D 11 0 3C 5B 18 14 54 29
Octal 302 115 21 0 74 133 30 24 124 51
Binary 11000010 1001101 10001 0 111100 1011011 11000 10100 1010100 101001

Color Harmonies of #C24D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24D11

Black with #C24D11

Text Example


Text Example

White with #C24D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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