#B45335

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

Shades of Red Stage #B45335

Tints of Red Stage #B45335

Color information

#B45335 (or 0xB45335) is unknown color: approx Red Stage. HEX triplet: B4, 53 and 35. RGB value is (180,83,53). Sum of RGB (Red+Green+Blue) = 180+83+53=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B45335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45335 is #4BACCA. Grayscale: #6C6C6C. Windows color (decimal): -4959435 or 3494836. OLE color: 3494836.

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

Color convert

RGB1808353-
CMYK00.540.710.29
HSL14.17º54.51%45.69%-
HSV(B)14.17º70.56%70.59%-
XYZ22.5616.155.3-
YUV108.5896.64178.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.96%
GREEN value IS 83 (32.81% from 255) = 26.27%
BLUE value IS 53 (21.09% from 255) = 16.77%
R=56.96%
G=26.27%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180835300.540.710.2914.1754.5145.69
HexB45335036471De372e
Octal2641236506610735166756
Binary10110100101001111010101101101000111111011110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45335; }

 p { color: rgb(180,83,53); }

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

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

 a { background-color: rgb(180,83,53); }

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

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

 span { border-color: rgb(180,83,53); }

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