Html Css Color HEX #C1501A Rust

📋 copy color: '#C1501A'

red 193 ◦ green 80 ◦ blue 26

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

Shades of Rust #C1501A

Tints of Rust #C1501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.76%

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

R = 64.55%
G = 26.76%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1501A (or 0xC1501A) is known color: Rust. HEX triplet: C1, 50 and 1A. RGB value is (193,80,26). Sum of RGB (Red+Green+Blue) = 193+80+26=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C1501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1501A is #3EAFE5. Grayscale: #6B6B6B. Windows color (decimal): -4108262 or 1724609. OLE color: 1724609.

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

Color convert

RGB 193 80 26 -
CMYK 0 0.59 0.87 0.24
HSL 19.4º 0.76% 0.43% -
HSV(B) 19.4º 0.87% 0.76% -
XYZ 25.05 17.15 2.97 -
YUV 107.63 81.94 188.89 -
System Red Green Blue C M Y K H S L
Decimal 193 80 26 0 0.59 0.87 0.24 19.4 0.76 0.43
Hex C1 50 1A 0 3B 57 18 13 4C 2B
Octal 301 120 32 0 73 127 30 23 114 53
Binary 11000001 1010000 11010 0 111011 1010111 11000 10011 1001100 101011

Color Harmonies of #C1501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1501A

Black with #C1501A

Text Example


Text Example

White with #C1501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1501A; }

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

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

background-color css

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

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

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

border-color css

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

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

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