Html Css Color HEX #C1481B Rust

📋 copy color: '#C1481B'

red 193 ◦ green 72 ◦ blue 27

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

Shades of Rust #C1481B

Tints of Rust #C1481B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.25%

R = 66.1%
G = 24.66%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C1481B (or 0xC1481B) is known color: Rust. HEX triplet: C1, 48 and 1B. RGB value is (193,72,27). Sum of RGB (Red+Green+Blue) = 193+72+27=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C1481B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1481B is #3EB7E4. Grayscale: #676767. Windows color (decimal): -4110309 or 1788097. OLE color: 1788097.

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

Color convert

RGB 193 72 27 -
CMYK 0 0.63 0.86 0.24
HSL 16.27º 0.75% 0.43% -
HSV(B) 16.27º 0.86% 0.76% -
XYZ 24.51 16.05 2.84 -
YUV 103.05 85.09 192.16 -
System Red Green Blue C M Y K H S L
Decimal 193 72 27 0 0.63 0.86 0.24 16.27 0.75 0.43
Hex C1 48 1B 0 3F 56 18 10 4B 2B
Octal 301 110 33 0 77 126 30 20 113 53
Binary 11000001 1001000 11011 0 111111 1010110 11000 10000 1001011 101011

Color Harmonies of #C1481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1481B

Black with #C1481B

Text Example


Text Example

White with #C1481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1481B; }

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

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

background-color css

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

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

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

border-color css

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

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

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