Html Css Color HEX #B5502A Red Stage

📋 copy color: '#B5502A'

red 181 ◦ green 80 ◦ blue 42

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

Shades of Red Stage #B5502A

Tints of Red Stage #B5502A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.4%

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

R = 59.74%
G = 26.4%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5502A (or 0xB5502A) is known color: Red Stage. HEX triplet: B5, 50 and 2A. RGB value is (181,80,42). Sum of RGB (Red+Green+Blue) = 181+80+42=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B5502A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5502A is #4AAFD5. Grayscale: #6A6A6A. Windows color (decimal): -4894678 or 2773173. OLE color: 2773173.

HSL color Cylindrical-coordinate representation of color #B5502A: hue angle of 16.4º 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 #B5502A is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 80 42 -
CMYK 0 0.56 0.77 0.29
HSL 16.4º 0.62% 0.44% -
HSV(B) 16.4º 0.77% 0.71% -
XYZ 22.34 15.73 4.05 -
YUV 105.87 91.96 181.59 -
System Red Green Blue C M Y K H S L
Decimal 181 80 42 0 0.56 0.77 0.29 16.4 0.62 0.44
Hex B5 50 2A 0 38 4D 1D 10 3E 2C
Octal 265 120 52 0 70 115 35 20 76 54
Binary 10110101 1010000 101010 0 111000 1001101 11101 10000 111110 101100

Color Harmonies of #B5502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5502A

Black with #B5502A

Text Example


Text Example

White with #B5502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5502A; }

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

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

background-color css

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

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

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

border-color css

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

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

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