Html Css Color HEX #C1481E Rust

📋 copy color: '#C1481E'

red 193 ◦ green 72 ◦ blue 30

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

Shades of Rust #C1481E

Tints of Rust #C1481E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.41%

 BLUE value IS 30 (12.11% from 255) = 10.17%

R = 65.42%
G = 24.41%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1481E (or 0xC1481E) is known color: Rust. HEX triplet: C1, 48 and 1E. RGB value is (193,72,30). Sum of RGB (Red+Green+Blue) = 193+72+30=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C1481E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1481E is #3EB7E1. Grayscale: #676767. Windows color (decimal): -4110306 or 1984705. OLE color: 1984705.

HSL color Cylindrical-coordinate representation of color #C1481E: hue angle of 15.46º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1481E is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 72 30 -
CMYK 0 0.63 0.84 0.24
HSL 15.46º 0.73% 0.44% -
HSV(B) 15.46º 0.84% 0.76% -
XYZ 24.54 16.07 3.04 -
YUV 103.39 86.59 191.92 -
System Red Green Blue C M Y K H S L
Decimal 193 72 30 0 0.63 0.84 0.24 15.46 0.73 0.44
Hex C1 48 1E 0 3F 54 18 F 49 2C
Octal 301 110 36 0 77 124 30 17 111 54
Binary 11000001 1001000 11110 0 111111 1010100 11000 1111 1001001 101100

Color Harmonies of #C1481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1481E

Black with #C1481E

Text Example


Text Example

White with #C1481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1481E; }

 p { color: rgb(193,72,30); }

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

background-color css

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

 a { background-color: rgb(193,72,30); }

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

border-color css

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

 span { border-color: rgb(193,72,30); }

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