Html Css Color HEX #C24015 Rust

📋 copy color: '#C24015'

red 194 ◦ green 64 ◦ blue 21

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

Shades of Rust #C24015

Tints of Rust #C24015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.53%

R = 69.53%
G = 22.94%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C24015 (or 0xC24015) is known color: Rust. HEX triplet: C2, 40 and 15. RGB value is (194,64,21). Sum of RGB (Red+Green+Blue) = 194+64+21=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C24015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24015 is #3DBFEA. Grayscale: #626262. Windows color (decimal): -4046827 or 1392834. OLE color: 1392834.

HSL color Cylindrical-coordinate representation of color #C24015: hue angle of 14.91º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C24015 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 64 21 -
CMYK 0 0.67 0.89 0.24
HSL 14.91º 0.8% 0.42% -
HSV(B) 14.91º 0.89% 0.76% -
XYZ 24.22 15.19 2.37 -
YUV 97.97 84.57 196.5 -
System Red Green Blue C M Y K H S L
Decimal 194 64 21 0 0.67 0.89 0.24 14.91 0.8 0.42
Hex C2 40 15 0 43 59 18 F 50 2A
Octal 302 100 25 0 103 131 30 17 120 52
Binary 11000010 1000000 10101 0 1000011 1011001 11000 1111 1010000 101010

Color Harmonies of #C24015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24015

Black with #C24015

Text Example


Text Example

White with #C24015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24015; }

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

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

background-color css

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

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

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

border-color css

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

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

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