Html Css Color HEX #C1481C Rust

📋 copy color: '#C1481C'

red 193 ◦ green 72 ◦ blue 28

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

Shades of Rust #C1481C

Tints of Rust #C1481C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.56%

R = 65.87%
G = 24.57%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1481C (or 0xC1481C) is known color: Rust. HEX triplet: C1, 48 and 1C. RGB value is (193,72,28). Sum of RGB (Red+Green+Blue) = 193+72+28=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C1481C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1481C is #3EB7E3. Grayscale: #676767. Windows color (decimal): -4110308 or 1853633. OLE color: 1853633.

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

Color convert

RGB 193 72 28 -
CMYK 0 0.63 0.85 0.24
HSL 16º 0.75% 0.43% -
HSV(B) 16º 0.85% 0.76% -
XYZ 24.52 16.06 2.91 -
YUV 103.16 85.59 192.08 -
System Red Green Blue C M Y K H S L
Decimal 193 72 28 0 0.63 0.85 0.24 16 0.75 0.43
Hex C1 48 1C 0 3F 55 18 10 4B 2B
Octal 301 110 34 0 77 125 30 20 113 53
Binary 11000001 1001000 11100 0 111111 1010101 11000 10000 1001011 101011

Color Harmonies of #C1481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1481C

Black with #C1481C

Text Example


Text Example

White with #C1481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1481C; }

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

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

background-color css

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

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

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

border-color css

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

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

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