Html Css Color HEX #C24011 Rust

📋 copy color: '#C24011'

red 194 ◦ green 64 ◦ blue 17

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

Shades of Rust #C24011

Tints of Rust #C24011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.27%

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

R = 70.55%
G = 23.27%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C24011 (or 0xC24011) is known color: Rust. HEX triplet: C2, 40 and 11. RGB value is (194,64,17). Sum of RGB (Red+Green+Blue) = 194+64+17=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C24011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24011 is #3DBFEE. Grayscale: #616161. Windows color (decimal): -4046831 or 1130690. OLE color: 1130690.

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

Color convert

RGB 194 64 17 -
CMYK 0 0.67 0.91 0.24
HSL 15.93º 0.84% 0.41% -
HSV(B) 15.93º 0.91% 0.76% -
XYZ 24.18 15.18 2.19 -
YUV 97.51 82.57 196.82 -
System Red Green Blue C M Y K H S L
Decimal 194 64 17 0 0.67 0.91 0.24 15.93 0.84 0.41
Hex C2 40 11 0 43 5B 18 10 54 29
Octal 302 100 21 0 103 133 30 20 124 51
Binary 11000010 1000000 10001 0 1000011 1011011 11000 10000 1010100 101001

Color Harmonies of #C24011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24011

Black with #C24011

Text Example


Text Example

White with #C24011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24011; }

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

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

background-color css

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

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

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

border-color css

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

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

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