Html Css Color HEX #C5481A Rust

📋 copy color: '#C5481A'

red 197 ◦ green 72 ◦ blue 26

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

Shades of Rust #C5481A

Tints of Rust #C5481A

RGB

 RED value IS 197 (77.34% from 255) = 66.78%

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

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

R = 66.78%
G = 24.41%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5481A (or 0xC5481A) is known color: Rust. HEX triplet: C5, 48 and 1A. RGB value is (197,72,26). Sum of RGB (Red+Green+Blue) = 197+72+26=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C5481A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5481A is #3AB7E5. Grayscale: #686868. Windows color (decimal): -3848166 or 1722565. OLE color: 1722565.

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

Color convert

RGB 197 72 26 -
CMYK 0 0.63 0.87 0.23
HSL 16.14º 0.77% 0.44% -
HSV(B) 16.14º 0.87% 0.77% -
XYZ 25.53 16.58 2.83 -
YUV 104.13 83.91 194.24 -
System Red Green Blue C M Y K H S L
Decimal 197 72 26 0 0.63 0.87 0.23 16.14 0.77 0.44
Hex C5 48 1A 0 3F 57 17 10 4D 2C
Octal 305 110 32 0 77 127 27 20 115 54
Binary 11000101 1001000 11010 0 111111 1010111 10111 10000 1001101 101100

Color Harmonies of #C5481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5481A

Black with #C5481A

Text Example


Text Example

White with #C5481A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5481A; }

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

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

background-color css

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

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

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

border-color css

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

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

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