Html Css Color HEX #C4511B Rust

📋 copy color: '#C4511B'

red 196 ◦ green 81 ◦ blue 27

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

Shades of Rust #C4511B

Tints of Rust #C4511B

RGB

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

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

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

R = 64.47%
G = 26.64%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4511B (or 0xC4511B) is known color: Rust. HEX triplet: C4, 51 and 1B. RGB value is (196,81,27). Sum of RGB (Red+Green+Blue) = 196+81+27=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C4511B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4511B is #3BAEE4. Grayscale: #6D6D6D. Windows color (decimal): -3911397 or 1790404. OLE color: 1790404.

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

Color convert

RGB 196 81 27 -
CMYK 0 0.59 0.86 0.23
HSL 19.17º 0.76% 0.44% -
HSV(B) 19.17º 0.86% 0.77% -
XYZ 25.91 17.7 3.09 -
YUV 109.23 81.6 189.89 -
System Red Green Blue C M Y K H S L
Decimal 196 81 27 0 0.59 0.86 0.23 19.17 0.76 0.44
Hex C4 51 1B 0 3B 56 17 13 4C 2C
Octal 304 121 33 0 73 126 27 23 114 54
Binary 11000100 1010001 11011 0 111011 1010110 10111 10011 1001100 101100

Color Harmonies of #C4511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4511B

Black with #C4511B

Text Example


Text Example

White with #C4511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4511B; }

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

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

background-color css

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

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

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

border-color css

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

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

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