Html Css Color HEX #C24318 Rust

📋 copy color: '#C24318'

red 194 ◦ green 67 ◦ blue 24

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

Shades of Rust #C24318

Tints of Rust #C24318

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.51%

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

R = 68.07%
G = 23.51%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C24318 (or 0xC24318) is known color: Rust. HEX triplet: C2, 43 and 18. RGB value is (194,67,24). Sum of RGB (Red+Green+Blue) = 194+67+24=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C24318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24318 is #3DBCE7. Grayscale: #646464. Windows color (decimal): -4046056 or 1590210. OLE color: 1590210.

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

Color convert

RGB 194 67 24 -
CMYK 0 0.65 0.88 0.24
HSL 15.18º 0.78% 0.43% -
HSV(B) 15.18º 0.88% 0.76% -
XYZ 24.42 15.55 2.58 -
YUV 100.07 85.08 195 -
System Red Green Blue C M Y K H S L
Decimal 194 67 24 0 0.65 0.88 0.24 15.18 0.78 0.43
Hex C2 43 18 0 41 58 18 F 4E 2B
Octal 302 103 30 0 101 130 30 17 116 53
Binary 11000010 1000011 11000 0 1000001 1011000 11000 1111 1001110 101011

Color Harmonies of #C24318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24318

Black with #C24318

Text Example


Text Example

White with #C24318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24318; }

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

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

background-color css

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

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

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

border-color css

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

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

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