Html Css Color HEX #C1390A Rust

📋 copy color: '#C1390A'

red 193 ◦ green 57 ◦ blue 10

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

Shades of Rust #C1390A

Tints of Rust #C1390A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.92%

 BLUE value IS 10 (4.3% from 255) = 3.85%

R = 74.23%
G = 21.92%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C1390A (or 0xC1390A) is known color: Rust. HEX triplet: C1, 39 and 0A. RGB value is (193,57,10). Sum of RGB (Red+Green+Blue) = 193+57+10=260 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.23% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 193 - color contains mainly: red. Hex color #C1390A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1390A is #3EC6F5. Grayscale: #5C5C5C. Windows color (decimal): -4114166 or 670145. OLE color: 670145.

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

Color convert

RGB 193 57 10 -
CMYK 0 0.70 0.95 0.24
HSL 15.41º 0.9% 0.4% -
HSV(B) 15.41º 0.95% 0.76% -
XYZ 23.51 14.29 1.81 -
YUV 92.31 81.56 199.82 -
System Red Green Blue C M Y K H S L
Decimal 193 57 10 0 0.70 0.95 0.24 15.41 0.9 0.4
Hex C1 39 A 0 46 5F 18 F 5A 28
Octal 301 71 12 0 106 137 30 17 132 50
Binary 11000001 111001 1010 0 1000110 1011111 11000 1111 1011010 101000

Color Harmonies of #C1390A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1390A

Black with #C1390A

Text Example


Text Example

White with #C1390A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1390A; }

 p { color: rgb(193,57,10); }

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

background-color css

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

 a { background-color: rgb(193,57,10); }

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

border-color css

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

 span { border-color: rgb(193,57,10); }

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