Html Css Color HEX #C24618 Rust

📋 copy color: '#C24618'

red 194 ◦ green 70 ◦ blue 24

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

Shades of Rust #C24618

Tints of Rust #C24618

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.31%

 BLUE value IS 24 (9.77% from 255) = 8.33%

R = 67.36%
G = 24.31%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C24618 (or 0xC24618) is known color: Rust. HEX triplet: C2, 46 and 18. RGB value is (194,70,24). Sum of RGB (Red+Green+Blue) = 194+70+24=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C24618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24618 is #3DB9E7. Grayscale: #666666. Windows color (decimal): -4045288 or 1590978. OLE color: 1590978.

HSL color Cylindrical-coordinate representation of color #C24618: hue angle of 16.24º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C24618 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 70 24 -
CMYK 0 0.64 0.88 0.24
HSL 16.24º 0.78% 0.43% -
HSV(B) 16.24º 0.88% 0.76% -
XYZ 24.6 15.92 2.64 -
YUV 101.83 84.08 193.74 -
System Red Green Blue C M Y K H S L
Decimal 194 70 24 0 0.64 0.88 0.24 16.24 0.78 0.43
Hex C2 46 18 0 40 58 18 10 4E 2B
Octal 302 106 30 0 100 130 30 20 116 53
Binary 11000010 1000110 11000 0 1000000 1011000 11000 10000 1001110 101011

Color Harmonies of #C24618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24618

Black with #C24618

Text Example


Text Example

White with #C24618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24618; }

 p { color: rgb(194,70,24); }

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

background-color css

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

 a { background-color: rgb(194,70,24); }

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

border-color css

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

 span { border-color: rgb(194,70,24); }

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