Html Css Color HEX #B25233 Red Stage

📋 copy color: '#B25233'

red 178 ◦ green 82 ◦ blue 51

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

Shades of Red Stage #B25233

Tints of Red Stage #B25233

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.37%

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

R = 57.23%
G = 26.37%
B = 16.4%

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

#B25233 (or 0xB25233) is known color: Red Stage. HEX triplet: B2, 52 and 33. RGB value is (178,82,51). Sum of RGB (Red+Green+Blue) = 178+82+51=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B25233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25233 is #4DADCC. Grayscale: #6B6B6B. Windows color (decimal): -5090765 or 3363506. OLE color: 3363506.

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

Color convert

RGB 178 82 51 -
CMYK 0 0.54 0.71 0.30
HSL 14.65º 0.55% 0.45% -
HSV(B) 14.65º 0.71% 0.7% -
XYZ 21.97 15.74 5.01 -
YUV 107.17 96.3 178.52 -
System Red Green Blue C M Y K H S L
Decimal 178 82 51 0 0.54 0.71 0.30 14.65 0.55 0.45
Hex B2 52 33 0 36 47 1E F 37 2D
Octal 262 122 63 0 66 107 36 17 67 55
Binary 10110010 1010010 110011 0 110110 1000111 11110 1111 110111 101101

Color Harmonies of #B25233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25233

Black with #B25233

Text Example


Text Example

White with #B25233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25233; }

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

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

background-color css

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

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

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

border-color css

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

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

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