Html Css Color HEX #C4511A Rust

📋 copy color: '#C4511A'

red 196 ◦ green 81 ◦ blue 26

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

Shades of Rust #C4511A

Tints of Rust #C4511A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.73%

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

R = 64.69%
G = 26.73%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4511A (or 0xC4511A) is known color: Rust. HEX triplet: C4, 51 and 1A. RGB value is (196,81,26). Sum of RGB (Red+Green+Blue) = 196+81+26=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C4511A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4511A is #3BAEE5. Grayscale: #6D6D6D. Windows color (decimal): -3911398 or 1724868. OLE color: 1724868.

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

Color convert

RGB 196 81 26 -
CMYK 0 0.59 0.87 0.23
HSL 19.41º 0.77% 0.44% -
HSV(B) 19.41º 0.87% 0.77% -
XYZ 25.89 17.7 3.03 -
YUV 109.12 81.1 189.97 -
System Red Green Blue C M Y K H S L
Decimal 196 81 26 0 0.59 0.87 0.23 19.41 0.77 0.44
Hex C4 51 1A 0 3B 57 17 13 4D 2C
Octal 304 121 32 0 73 127 27 23 115 54
Binary 11000100 1010001 11010 0 111011 1010111 10111 10011 1001101 101100

Color Harmonies of #C4511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4511A

Black with #C4511A

Text Example


Text Example

White with #C4511A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4511A; }

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

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

background-color css

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

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

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

border-color css

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

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

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