#B25434

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

Shades of Red Stage #B25434

Tints of Red Stage #B25434

Color information

#B25434 (or 0xB25434) is unknown color: approx Red Stage. HEX triplet: B2, 54 and 34. RGB value is (178,84,52). Sum of RGB (Red+Green+Blue) = 178+84+52=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B25434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25434 is #4DABCB. Grayscale: #6C6C6C. Windows color (decimal): -5090252 or 3429554. OLE color: 3429554.

HSL color Cylindrical-coordinate representation of color #B25434: hue angle of 15.24º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B25434 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB1788452-
CMYK00.530.710.30
HSL15.24º54.78%45.1%-
HSV(B)15.24º70.79%69.8%-
XYZ22.1516.055.18-
YUV108.4696.14177.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.69%
GREEN value IS 84 (33.20% from 255) = 26.75%
BLUE value IS 52 (20.70% from 255) = 16.56%
R=56.69%
G=26.75%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178845200.530.710.3015.2454.7845.1
HexB25434035471Ef372d
Octal2621246406510736176755
Binary10110010101010011010001101011000111111101111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25434; }

 p { color: rgb(178,84,52); }

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

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

 a { background-color: rgb(178,84,52); }

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

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

 span { border-color: rgb(178,84,52); }

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