#B25334

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

Shades of Red Stage #B25334

Tints of Red Stage #B25334

Color information

#B25334 (or 0xB25334) is unknown color: approx Red Stage. HEX triplet: B2, 53 and 34. RGB value is (178,83,52). Sum of RGB (Red+Green+Blue) = 178+83+52=313 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.87% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 178 - color contains mainly: red. Hex color #B25334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25334 is #4DACCB. Grayscale: #6C6C6C. Windows color (decimal): -5090508 or 3429298. OLE color: 3429298.

HSL color Cylindrical-coordinate representation of color #B25334: hue angle of 14.76º 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 #B25334 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB1788352-
CMYK00.530.710.30
HSL14.76º54.78%45.1%-
HSV(B)14.76º70.79%69.8%-
XYZ22.0715.95.15-
YUV107.8796.47178.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.87%
GREEN value IS 83 (32.81% from 255) = 26.52%
BLUE value IS 52 (20.70% from 255) = 16.61%
R=56.87%
G=26.52%
B=16.61%

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
Decimal178835200.530.710.3014.7654.7845.1
HexB25334035471Ef372d
Octal2621236406510736176755
Binary10110010101001111010001101011000111111101111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25334; }

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

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

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

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

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

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

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

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