Html Css Color HEX #C1521A Rust

📋 copy color: '#C1521A'

red 193 ◦ green 82 ◦ blue 26

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

Shades of Rust #C1521A

Tints of Rust #C1521A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.64%

R = 64.12%
G = 27.24%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1521A (or 0xC1521A) is known color: Rust. HEX triplet: C1, 52 and 1A. RGB value is (193,82,26). Sum of RGB (Red+Green+Blue) = 193+82+26=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C1521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1521A is #3EADE5. Grayscale: #6D6D6D. Windows color (decimal): -4107750 or 1725121. OLE color: 1725121.

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

Color convert

RGB 193 82 26 -
CMYK 0 0.58 0.87 0.24
HSL 20.12º 0.76% 0.43% -
HSV(B) 20.12º 0.87% 0.76% -
XYZ 25.2 17.45 3.02 -
YUV 108.81 81.27 188.05 -
System Red Green Blue C M Y K H S L
Decimal 193 82 26 0 0.58 0.87 0.24 20.12 0.76 0.43
Hex C1 52 1A 0 3A 57 18 14 4C 2B
Octal 301 122 32 0 72 127 30 24 114 53
Binary 11000001 1010010 11010 0 111010 1010111 11000 10100 1001100 101011

Color Harmonies of #C1521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1521A

Black with #C1521A

Text Example


Text Example

White with #C1521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1521A; }

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

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

background-color css

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

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

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

border-color css

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

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

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