Html Css Color HEX #915252 Copper Rust

📋 copy color: '#915252'

red 145 ◦ green 82 ◦ blue 82

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

Shades of Copper Rust #915252

Tints of Copper Rust #915252

RGB

 RED value IS 145 (57.03% from 255) = 46.93%

 GREEN value IS 82 (32.42% from 255) = 26.54%

 BLUE value IS 82 (32.42% from 255) = 26.54%

R = 46.93%
G = 26.54%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#915252 (or 0x915252) is known color: Copper Rust. HEX triplet: 91, 52 and 52. RGB value is (145,82,82). Sum of RGB (Red+Green+Blue) = 145+82+82=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #915252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915252 is #6EADAD. Grayscale: #646464. Windows color (decimal): -7253422 or 5395089. OLE color: 5395089.

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

Color convert

RGB 145 82 82 -
CMYK 0 0.43 0.43 0.43
HSL 0.28% 0.45% -
HSV(B) 0.43% 0.57% -
XYZ 16.22 12.66 9.57 -
YUV 100.84 117.37 159.5 -
System Red Green Blue C M Y K H S L
Decimal 145 82 82 0 0.43 0.43 0.43 0 0.28 0.45
Hex 91 52 52 0 2B 2B 2B 0 1C 2D
Octal 221 122 122 0 53 53 53 0 34 55
Binary 10010001 1010010 1010010 0 101011 101011 101011 0 11100 101101

Color Harmonies of #915252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915252

Black with #915252

Text Example


Text Example

White with #915252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915252; }

 p { color: rgb(145,82,82); }

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

background-color css

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

 a { background-color: rgb(145,82,82); }

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

border-color css

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

 span { border-color: rgb(145,82,82); }

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