Html Css Color HEX #B05232 Red Stage

📋 copy color: '#B05232'

red 176 ◦ green 82 ◦ blue 50

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

Shades of Red Stage #B05232

Tints of Red Stage #B05232

RGB

 RED value IS 176 (69.14% from 255) = 57.14%

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

 BLUE value IS 50 (19.92% from 255) = 16.23%

R = 57.14%
G = 26.62%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B05232 (or 0xB05232) is known color: Red Stage. HEX triplet: B0, 52 and 32. RGB value is (176,82,50). Sum of RGB (Red+Green+Blue) = 176+82+50=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B05232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05232 is #4FADCD. Grayscale: #6A6A6A. Windows color (decimal): -5221838 or 3297968. OLE color: 3297968.

HSL color Cylindrical-coordinate representation of color #B05232: hue angle of 15.24º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B05232 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 82 50 -
CMYK 0 0.53 0.72 0.31
HSL 15.24º 0.56% 0.44% -
HSV(B) 15.24º 0.72% 0.69% -
XYZ 21.5 15.49 4.88 -
YUV 106.46 96.14 177.6 -
System Red Green Blue C M Y K H S L
Decimal 176 82 50 0 0.53 0.72 0.31 15.24 0.56 0.44
Hex B0 52 32 0 35 48 1F F 38 2C
Octal 260 122 62 0 65 110 37 17 70 54
Binary 10110000 1010010 110010 0 110101 1001000 11111 1111 111000 101100

Color Harmonies of #B05232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05232

Black with #B05232

Text Example


Text Example

White with #B05232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05232; }

 p { color: rgb(176,82,50); }

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

background-color css

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

 a { background-color: rgb(176,82,50); }

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

border-color css

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

 span { border-color: rgb(176,82,50); }

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