Html Css Color HEX #B25133 Red Stage

📋 copy color: '#B25133'

red 178 ◦ green 81 ◦ blue 51

#B25133
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Stage #B25133

Tints of Red Stage #B25133

RGB

 RED value IS 178 (69.92% from 255) = 57.42%

 GREEN value IS 81 (32.03% from 255) = 26.13%

 BLUE value IS 51 (20.31% from 255) = 16.45%

R = 57.42%
G = 26.13%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B25133 (or 0xB25133) is known color: Red Stage. HEX triplet: B2, 51 and 33. RGB value is (178,81,51). Sum of RGB (Red+Green+Blue) = 178+81+51=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B25133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25133 is #4DAECC. Grayscale: #6A6A6A. Windows color (decimal): -5091021 or 3363250. OLE color: 3363250.

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

Color convert

RGB 178 81 51 -
CMYK 0 0.54 0.71 0.30
HSL 14.17º 0.55% 0.45% -
HSV(B) 14.17º 0.71% 0.7% -
XYZ 21.9 15.59 4.99 -
YUV 106.58 96.64 178.94 -
System Red Green Blue C M Y K H S L
Decimal 178 81 51 0 0.54 0.71 0.30 14.17 0.55 0.45
Hex B2 51 33 0 36 47 1E E 37 2D
Octal 262 121 63 0 66 107 36 16 67 55
Binary 10110010 1010001 110011 0 110110 1000111 11110 1110 110111 101101

Color Harmonies of #B25133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25133

Black with #B25133

Text Example


Text Example

White with #B25133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25133; }

 p { color: rgb(178,81,51); }

 H1.HeaderClassName
 {
   color: #B25133;
 }
 .AnyTagClassName
 {
   color: #B25133;
 }
</style>

background-color css

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

 a { background-color: rgb(178,81,51); }

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

border-color css

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

 span { border-color: rgb(178,81,51); }

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