Html Css Color HEX #B5512A Red Stage

📋 copy color: '#B5512A'

red 181 ◦ green 81 ◦ blue 42

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

Shades of Red Stage #B5512A

Tints of Red Stage #B5512A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.82%

R = 59.54%
G = 26.64%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5512A (or 0xB5512A) is known color: Red Stage. HEX triplet: B5, 51 and 2A. RGB value is (181,81,42). Sum of RGB (Red+Green+Blue) = 181+81+42=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B5512A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5512A is #4AAED5. Grayscale: #6A6A6A. Windows color (decimal): -4894422 or 2773429. OLE color: 2773429.

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

Color convert

RGB 181 81 42 -
CMYK 0 0.55 0.77 0.29
HSL 16.83º 0.62% 0.44% -
HSV(B) 16.83º 0.77% 0.71% -
XYZ 22.42 15.88 4.07 -
YUV 106.45 91.63 181.17 -
System Red Green Blue C M Y K H S L
Decimal 181 81 42 0 0.55 0.77 0.29 16.83 0.62 0.44
Hex B5 51 2A 0 37 4D 1D 11 3E 2C
Octal 265 121 52 0 67 115 35 21 76 54
Binary 10110101 1010001 101010 0 110111 1001101 11101 10001 111110 101100

Color Harmonies of #B5512A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5512A

Black with #B5512A

Text Example


Text Example

White with #B5512A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5512A; }

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

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

background-color css

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

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

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

border-color css

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

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

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