#B75135

Color #B75135 Grenadier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grenadier #B75135

Tints of Grenadier #B75135

Color information

#B75135 (or 0xB75135) is unknown color: approx Grenadier. HEX triplet: B7, 51 and 35. RGB value is (183,81,53). Sum of RGB (Red+Green+Blue) = 183+81+53=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B75135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75135 is #48AECA. Grayscale: #6C6C6C. Windows color (decimal): -4763339 or 3494327. OLE color: 3494327.

HSL color Cylindrical-coordinate representation of color #B75135: hue angle of 12.92º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B75135 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB1838153-
CMYK00.560.710.28
HSL12.92º55.08%46.27%-
HSV(B)12.92º71.04%71.76%-
XYZ23.1116.215.28-
YUV108.3196.79181.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.73%
GREEN value IS 81 (32.03% from 255) = 25.55%
BLUE value IS 53 (21.09% from 255) = 16.72%
R=57.73%
G=25.55%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183815300.560.710.2812.9255.0846.27
HexB75135038471Cd372e
Octal2671216507010734156756
Binary10110111101000111010101110001000111111001101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75135; }

 p { color: rgb(183,81,53); }

 H1.HeaderClassName
 {
   color: #B75135;
 }
 .AnyTagClassName
 {
   color: #B75135;
 }
</style>
background-color css

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

 a { background-color: rgb(183,81,53); }

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

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

 span { border-color: rgb(183,81,53); }

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