Html Css Color HEX #B5512E Red Stage

📋 copy color: '#B5512E'

red 181 ◦ green 81 ◦ blue 46

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

Shades of Red Stage #B5512E

Tints of Red Stage #B5512E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.94%

R = 58.77%
G = 26.3%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5512E (or 0xB5512E) is known color: Red Stage. HEX triplet: B5, 51 and 2E. RGB value is (181,81,46). Sum of RGB (Red+Green+Blue) = 181+81+46=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B5512E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5512E is #4AAED1. Grayscale: #6B6B6B. Windows color (decimal): -4894418 or 3035573. OLE color: 3035573.

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

Color convert

RGB 181 81 46 -
CMYK 0 0.55 0.75 0.29
HSL 15.56º 0.59% 0.45% -
HSV(B) 15.56º 0.75% 0.71% -
XYZ 22.49 15.91 4.47 -
YUV 106.91 93.63 180.85 -
System Red Green Blue C M Y K H S L
Decimal 181 81 46 0 0.55 0.75 0.29 15.56 0.59 0.45
Hex B5 51 2E 0 37 4B 1D 10 3B 2D
Octal 265 121 56 0 67 113 35 20 73 55
Binary 10110101 1010001 101110 0 110111 1001011 11101 10000 111011 101101

Color Harmonies of #B5512E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5512E

Black with #B5512E

Text Example


Text Example

White with #B5512E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5512E; }

 p { color: rgb(181,81,46); }

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

background-color css

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

 a { background-color: rgb(181,81,46); }

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

border-color css

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

 span { border-color: rgb(181,81,46); }

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