Html Css Color HEX #C1521C Rust

📋 copy color: '#C1521C'

red 193 ◦ green 82 ◦ blue 28

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

Shades of Rust #C1521C

Tints of Rust #C1521C

RGB

 RED value IS 193 (75.78% from 255) = 63.7%

 GREEN value IS 82 (32.42% from 255) = 27.06%

 BLUE value IS 28 (11.33% from 255) = 9.24%

R = 63.7%
G = 27.06%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1521C (or 0xC1521C) is known color: Rust. HEX triplet: C1, 52 and 1C. RGB value is (193,82,28). Sum of RGB (Red+Green+Blue) = 193+82+28=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C1521C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1521C is #3EADE3. Grayscale: #6D6D6D. Windows color (decimal): -4107748 or 1856193. OLE color: 1856193.

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

Color convert

RGB 193 82 28 -
CMYK 0 0.58 0.85 0.24
HSL 19.64º 0.75% 0.43% -
HSV(B) 19.64º 0.85% 0.76% -
XYZ 25.22 17.46 3.14 -
YUV 109.03 82.27 187.89 -
System Red Green Blue C M Y K H S L
Decimal 193 82 28 0 0.58 0.85 0.24 19.64 0.75 0.43
Hex C1 52 1C 0 3A 55 18 14 4B 2B
Octal 301 122 34 0 72 125 30 24 113 53
Binary 11000001 1010010 11100 0 111010 1010101 11000 10100 1001011 101011

Color Harmonies of #C1521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1521C

Black with #C1521C

Text Example


Text Example

White with #C1521C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1521C; }

 p { color: rgb(193,82,28); }

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

background-color css

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

 a { background-color: rgb(193,82,28); }

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

border-color css

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

 span { border-color: rgb(193,82,28); }

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