Html Css Color HEX #C24313 Rust

📋 copy color: '#C24313'

red 194 ◦ green 67 ◦ blue 19

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

Shades of Rust #C24313

Tints of Rust #C24313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.79%

R = 69.29%
G = 23.93%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C24313 (or 0xC24313) is known color: Rust. HEX triplet: C2, 43 and 13. RGB value is (194,67,19). Sum of RGB (Red+Green+Blue) = 194+67+19=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C24313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24313 is #3DBCEC. Grayscale: #636363. Windows color (decimal): -4046061 or 1262530. OLE color: 1262530.

HSL color Cylindrical-coordinate representation of color #C24313: hue angle of 16.46º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C24313 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 67 19 -
CMYK 0 0.65 0.90 0.24
HSL 16.46º 0.82% 0.42% -
HSV(B) 16.46º 0.9% 0.76% -
XYZ 24.37 15.53 2.33 -
YUV 99.5 82.58 195.4 -
System Red Green Blue C M Y K H S L
Decimal 194 67 19 0 0.65 0.90 0.24 16.46 0.82 0.42
Hex C2 43 13 0 41 5A 18 10 52 2A
Octal 302 103 23 0 101 132 30 20 122 52
Binary 11000010 1000011 10011 0 1000001 1011010 11000 10000 1010010 101010

Color Harmonies of #C24313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24313

Black with #C24313

Text Example


Text Example

White with #C24313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24313; }

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

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

background-color css

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

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

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

border-color css

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

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

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