#B75230

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

Shades of Red Stage #B75230

Tints of Red Stage #B75230

Color information

#B75230 (or 0xB75230) is unknown color: approx Red Stage. HEX triplet: B7, 52 and 30. RGB value is (183,82,48). Sum of RGB (Red+Green+Blue) = 183+82+48=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B75230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75230 is #48ADCF. Grayscale: #6C6C6C. Windows color (decimal): -4763088 or 3166903. OLE color: 3166903.

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

Color convert

RGB1838248-
CMYK00.550.740.28
HSL15.11º58.44%45.29%-
HSV(B)15.11º73.77%71.76%-
XYZ23.0816.324.73-
YUV108.3293.96181.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.47%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 48 (19.14% from 255) = 15.34%
R=58.47%
G=26.20%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183824800.550.740.2815.1158.4445.29
HexB752300374A1Cf3a2d
Octal2671226006711234177255
Binary10110111101001011000001101111001010111001111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75230; }

 p { color: rgb(183,82,48); }

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

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

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

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

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

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

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