Html Css Color HEX #C4481A Rust

📋 copy color: '#C4481A'

red 196 ◦ green 72 ◦ blue 26

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

Shades of Rust #C4481A

Tints of Rust #C4481A

RGB

 RED value IS 196 (76.95% from 255) = 66.67%

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

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

R = 66.67%
G = 24.49%
B = 8.84%

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

#C4481A (or 0xC4481A) is known color: Rust. HEX triplet: C4, 48 and 1A. RGB value is (196,72,26). Sum of RGB (Red+Green+Blue) = 196+72+26=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C4481A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4481A is #3BB7E5. Grayscale: #686868. Windows color (decimal): -3913702 or 1722564. OLE color: 1722564.

HSL color Cylindrical-coordinate representation of color #C4481A: hue angle of 16.24º 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 #C4481A is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 72 26 -
CMYK 0 0.63 0.87 0.23
HSL 16.24º 0.77% 0.44% -
HSV(B) 16.24º 0.87% 0.77% -
XYZ 25.27 16.45 2.82 -
YUV 103.83 84.08 193.74 -
System Red Green Blue C M Y K H S L
Decimal 196 72 26 0 0.63 0.87 0.23 16.24 0.77 0.44
Hex C4 48 1A 0 3F 57 17 10 4D 2C
Octal 304 110 32 0 77 127 27 20 115 54
Binary 11000100 1001000 11010 0 111111 1010111 10111 10000 1001101 101100

Color Harmonies of #C4481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4481A

Black with #C4481A

Text Example


Text Example

White with #C4481A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4481A; }

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

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

background-color css

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

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

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

border-color css

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

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

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