Html Css Color HEX #C1500D Rust

📋 copy color: '#C1500D'

red 193 ◦ green 80 ◦ blue 13

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

Shades of Rust #C1500D

Tints of Rust #C1500D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.55%

R = 67.48%
G = 27.97%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1500D (or 0xC1500D) is known color: Rust. HEX triplet: C1, 50 and 0D. RGB value is (193,80,13). Sum of RGB (Red+Green+Blue) = 193+80+13=286 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.48% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 193 - color contains mainly: red. Hex color #C1500D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1500D is #3EAFF2. Grayscale: #6A6A6A. Windows color (decimal): -4108275 or 872641. OLE color: 872641.

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

Color convert

RGB 193 80 13 -
CMYK 0 0.59 0.93 0.24
HSL 22.33º 0.87% 0.4% -
HSV(B) 22.33º 0.93% 0.76% -
XYZ 24.93 17.1 2.37 -
YUV 106.15 75.44 189.95 -
System Red Green Blue C M Y K H S L
Decimal 193 80 13 0 0.59 0.93 0.24 22.33 0.87 0.4
Hex C1 50 D 0 3B 5D 18 16 57 28
Octal 301 120 15 0 73 135 30 26 127 50
Binary 11000001 1010000 1101 0 111011 1011101 11000 10110 1010111 101000

Color Harmonies of #C1500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1500D

Black with #C1500D

Text Example


Text Example

White with #C1500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1500D; }

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

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

background-color css

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

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

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

border-color css

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

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

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