#B75026

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

Shades of Red Stage #B75026

Tints of Red Stage #B75026

Color information

#B75026 (or 0xB75026) is unknown color: approx Red Stage. HEX triplet: B7, 50 and 26. RGB value is (183,80,38). Sum of RGB (Red+Green+Blue) = 183+80+38=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B75026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75026 is #48AFD9. Grayscale: #6A6A6A. Windows color (decimal): -4763610 or 2511031. OLE color: 2511031.

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

Color convert

RGB1838038-
CMYK00.560.790.28
HSL17.38º65.61%43.33%-
HSV(B)17.38º79.23%71.76%-
XYZ22.7515.943.71-
YUV106.0189.62182.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.80%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 38 (15.23% from 255) = 12.62%
R=60.80%
G=26.58%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183803800.560.790.2817.3865.6143.33
HexB750260384F1C11422b
Octal26712046070117342110253
Binary1011011110100001001100111000100111111100100011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75026; }

 p { color: rgb(183,80,38); }

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

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

 a { background-color: rgb(183,80,38); }

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

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

 span { border-color: rgb(183,80,38); }

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