Html Css Color HEX #B5492F Red Stage

📋 copy color: '#B5492F'

red 181 ◦ green 73 ◦ blue 47

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

Shades of Red Stage #B5492F

Tints of Red Stage #B5492F

RGB

 RED value IS 181 (71.09% from 255) = 60.13%

 GREEN value IS 73 (28.91% from 255) = 24.25%

 BLUE value IS 47 (18.75% from 255) = 15.61%

R = 60.13%
G = 24.25%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B5492F (or 0xB5492F) is known color: Red Stage. HEX triplet: B5, 49 and 2F. RGB value is (181,73,47). Sum of RGB (Red+Green+Blue) = 181+73+47=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B5492F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5492F is #4AB6D0. Grayscale: #666666. Windows color (decimal): -4896465 or 3099061. OLE color: 3099061.

HSL color Cylindrical-coordinate representation of color #B5492F: hue angle of 11.64º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5492F is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 73 47 -
CMYK 0 0.60 0.74 0.29
HSL 11.64º 0.59% 0.45% -
HSV(B) 11.64º 0.74% 0.71% -
XYZ 21.95 14.79 4.39 -
YUV 102.33 96.78 184.11 -
System Red Green Blue C M Y K H S L
Decimal 181 73 47 0 0.60 0.74 0.29 11.64 0.59 0.45
Hex B5 49 2F 0 3C 4A 1D C 3B 2D
Octal 265 111 57 0 74 112 35 14 73 55
Binary 10110101 1001001 101111 0 111100 1001010 11101 1100 111011 101101

Color Harmonies of #B5492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5492F

Black with #B5492F

Text Example


Text Example

White with #B5492F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5492F; }

 p { color: rgb(181,73,47); }

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

background-color css

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

 a { background-color: rgb(181,73,47); }

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

border-color css

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

 span { border-color: rgb(181,73,47); }

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