Html Css Color HEX #C1501B Rust

📋 copy color: '#C1501B'

red 193 ◦ green 80 ◦ blue 27

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

Shades of Rust #C1501B

Tints of Rust #C1501B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9%

R = 64.33%
G = 26.67%
B = 9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C1501B (or 0xC1501B) is known color: Rust. HEX triplet: C1, 50 and 1B. RGB value is (193,80,27). Sum of RGB (Red+Green+Blue) = 193+80+27=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C1501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1501B is #3EAFE4. Grayscale: #6C6C6C. Windows color (decimal): -4108261 or 1790145. OLE color: 1790145.

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

Color convert

RGB 193 80 27 -
CMYK 0 0.59 0.86 0.24
HSL 19.16º 0.75% 0.43% -
HSV(B) 19.16º 0.86% 0.76% -
XYZ 25.06 17.15 3.03 -
YUV 107.75 82.44 188.81 -
System Red Green Blue C M Y K H S L
Decimal 193 80 27 0 0.59 0.86 0.24 19.16 0.75 0.43
Hex C1 50 1B 0 3B 56 18 13 4B 2B
Octal 301 120 33 0 73 126 30 23 113 53
Binary 11000001 1010000 11011 0 111011 1010110 11000 10011 1001011 101011

Color Harmonies of #C1501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1501B

Black with #C1501B

Text Example


Text Example

White with #C1501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1501B; }

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

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

background-color css

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

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

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

border-color css

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

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

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