Html Css Color HEX #C24416 Rust

📋 copy color: '#C24416'

red 194 ◦ green 68 ◦ blue 22

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

Shades of Rust #C24416

Tints of Rust #C24416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.94%

 BLUE value IS 22 (8.98% from 255) = 7.75%

R = 68.31%
G = 23.94%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C24416 (or 0xC24416) is known color: Rust. HEX triplet: C2, 44 and 16. RGB value is (194,68,22). Sum of RGB (Red+Green+Blue) = 194+68+22=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C24416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24416 is #3DBBE9. Grayscale: #646464. Windows color (decimal): -4045802 or 1459394. OLE color: 1459394.

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

Color convert

RGB 194 68 22 -
CMYK 0 0.65 0.89 0.24
HSL 16.05º 0.8% 0.42% -
HSV(B) 16.05º 0.89% 0.76% -
XYZ 24.46 15.66 2.49 -
YUV 100.43 83.74 194.74 -
System Red Green Blue C M Y K H S L
Decimal 194 68 22 0 0.65 0.89 0.24 16.05 0.8 0.42
Hex C2 44 16 0 41 59 18 10 50 2A
Octal 302 104 26 0 101 131 30 20 120 52
Binary 11000010 1000100 10110 0 1000001 1011001 11000 10000 1010000 101010

Color Harmonies of #C24416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24416

Black with #C24416

Text Example


Text Example

White with #C24416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24416; }

 p { color: rgb(194,68,22); }

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

background-color css

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

 a { background-color: rgb(194,68,22); }

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

border-color css

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

 span { border-color: rgb(194,68,22); }

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