Html Css Color HEX #B05334 Red Stage

📋 copy color: '#B05334'

red 176 ◦ green 83 ◦ blue 52

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

Shades of Red Stage #B05334

Tints of Red Stage #B05334

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.69%

 BLUE value IS 52 (20.7% from 255) = 16.72%

R = 56.59%
G = 26.69%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B05334 (or 0xB05334) is known color: Red Stage. HEX triplet: B0, 53 and 34. RGB value is (176,83,52). Sum of RGB (Red+Green+Blue) = 176+83+52=311 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.59% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 176 - color contains mainly: red. Hex color #B05334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05334 is #4FACCB. Grayscale: #6B6B6B. Windows color (decimal): -5221580 or 3429296. OLE color: 3429296.

HSL color Cylindrical-coordinate representation of color #B05334: hue angle of 15º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B05334 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 83 52 -
CMYK 0 0.53 0.70 0.31
HSL 15º 0.54% 0.45% -
HSV(B) 15º 0.7% 0.69% -
XYZ 21.62 15.66 5.13 -
YUV 107.27 96.81 177.02 -
System Red Green Blue C M Y K H S L
Decimal 176 83 52 0 0.53 0.70 0.31 15 0.54 0.45
Hex B0 53 34 0 35 46 1F F 36 2D
Octal 260 123 64 0 65 106 37 17 66 55
Binary 10110000 1010011 110100 0 110101 1000110 11111 1111 110110 101101

Color Harmonies of #B05334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05334

Black with #B05334

Text Example


Text Example

White with #B05334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05334; }

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

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

background-color css

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

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

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

border-color css

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

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

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