Html Css Color HEX #C1481A Rust

📋 copy color: '#C1481A'

red 193 ◦ green 72 ◦ blue 26

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

Shades of Rust #C1481A

Tints of Rust #C1481A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.93%

R = 66.32%
G = 24.74%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1481A (or 0xC1481A) is known color: Rust. HEX triplet: C1, 48 and 1A. RGB value is (193,72,26). Sum of RGB (Red+Green+Blue) = 193+72+26=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C1481A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1481A is #3EB7E5. Grayscale: #676767. Windows color (decimal): -4110310 or 1722561. OLE color: 1722561.

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

Color convert

RGB 193 72 26 -
CMYK 0 0.63 0.87 0.24
HSL 16.53º 0.76% 0.43% -
HSV(B) 16.53º 0.87% 0.76% -
XYZ 24.5 16.05 2.78 -
YUV 102.94 84.59 192.24 -
System Red Green Blue C M Y K H S L
Decimal 193 72 26 0 0.63 0.87 0.24 16.53 0.76 0.43
Hex C1 48 1A 0 3F 57 18 11 4C 2B
Octal 301 110 32 0 77 127 30 21 114 53
Binary 11000001 1001000 11010 0 111111 1010111 11000 10001 1001100 101011

Color Harmonies of #C1481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1481A

Black with #C1481A

Text Example


Text Example

White with #C1481A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1481A; }

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

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

background-color css

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

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

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

border-color css

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

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

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