Html Css Color HEX #C3511A Rust

📋 copy color: '#C3511A'

red 195 ◦ green 81 ◦ blue 26

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

Shades of Rust #C3511A

Tints of Rust #C3511A

RGB

 RED value IS 195 (76.56% from 255) = 64.57%

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

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

R = 64.57%
G = 26.82%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C3511A (or 0xC3511A) is known color: Rust. HEX triplet: C3, 51 and 1A. RGB value is (195,81,26). Sum of RGB (Red+Green+Blue) = 195+81+26=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C3511A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3511A is #3CAEE5. Grayscale: #6D6D6D. Windows color (decimal): -3976934 or 1724867. OLE color: 1724867.

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

Color convert

RGB 195 81 26 -
CMYK 0 0.58 0.87 0.24
HSL 19.53º 0.76% 0.43% -
HSV(B) 19.53º 0.87% 0.76% -
XYZ 25.63 17.56 3.02 -
YUV 108.82 81.27 189.47 -
System Red Green Blue C M Y K H S L
Decimal 195 81 26 0 0.58 0.87 0.24 19.53 0.76 0.43
Hex C3 51 1A 0 3A 57 18 14 4C 2B
Octal 303 121 32 0 72 127 30 24 114 53
Binary 11000011 1010001 11010 0 111010 1010111 11000 10100 1001100 101011

Color Harmonies of #C3511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3511A

Black with #C3511A

Text Example


Text Example

White with #C3511A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3511A; }

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

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

background-color css

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

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

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

border-color css

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

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

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