Html Css Color HEX #C24713 Rust

📋 copy color: '#C24713'

red 194 ◦ green 71 ◦ blue 19

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

Shades of Rust #C24713

Tints of Rust #C24713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25%

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

R = 68.31%
G = 25%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C24713 (or 0xC24713) is known color: Rust. HEX triplet: C2, 47 and 13. RGB value is (194,71,19). Sum of RGB (Red+Green+Blue) = 194+71+19=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C24713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24713 is #3DB8EC. Grayscale: #666666. Windows color (decimal): -4045037 or 1263554. OLE color: 1263554.

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

Color convert

RGB 194 71 19 -
CMYK 0 0.63 0.90 0.24
HSL 17.83º 0.82% 0.42% -
HSV(B) 17.83º 0.9% 0.76% -
XYZ 24.62 16.02 2.41 -
YUV 101.85 81.25 193.73 -
System Red Green Blue C M Y K H S L
Decimal 194 71 19 0 0.63 0.90 0.24 17.83 0.82 0.42
Hex C2 47 13 0 3F 5A 18 12 52 2A
Octal 302 107 23 0 77 132 30 22 122 52
Binary 11000010 1000111 10011 0 111111 1011010 11000 10010 1010010 101010

Color Harmonies of #C24713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24713

Black with #C24713

Text Example


Text Example

White with #C24713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24713; }

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

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

background-color css

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

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

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

border-color css

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

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

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