Html Css Color HEX #C24813 Rust

📋 copy color: '#C24813'

red 194 ◦ green 72 ◦ blue 19

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

Shades of Rust #C24813

Tints of Rust #C24813

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.26%

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

R = 68.07%
G = 25.26%
B = 6.67%

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

#C24813 (or 0xC24813) is known color: Rust. HEX triplet: C2, 48 and 13. RGB value is (194,72,19). Sum of RGB (Red+Green+Blue) = 194+72+19=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C24813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24813 is #3DB7EC. Grayscale: #666666. Windows color (decimal): -4044781 or 1263810. OLE color: 1263810.

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

Color convert

RGB 194 72 19 -
CMYK 0 0.63 0.90 0.24
HSL 18.17º 0.82% 0.42% -
HSV(B) 18.17º 0.9% 0.76% -
XYZ 24.68 16.15 2.43 -
YUV 102.44 80.92 193.31 -
System Red Green Blue C M Y K H S L
Decimal 194 72 19 0 0.63 0.90 0.24 18.17 0.82 0.42
Hex C2 48 13 0 3F 5A 18 12 52 2A
Octal 302 110 23 0 77 132 30 22 122 52
Binary 11000010 1001000 10011 0 111111 1011010 11000 10010 1010010 101010

Color Harmonies of #C24813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24813

Black with #C24813

Text Example


Text Example

White with #C24813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24813; }

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

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

background-color css

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

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

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

border-color css

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

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

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