Html Css Color HEX #B8502A Red Stage

📋 copy color: '#B8502A'

red 184 ◦ green 80 ◦ blue 42

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

Shades of Red Stage #B8502A

Tints of Red Stage #B8502A

RGB

 RED value IS 184 (72.27% from 255) = 60.13%

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

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

R = 60.13%
G = 26.14%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8502A (or 0xB8502A) is known color: Red Stage. HEX triplet: B8, 50 and 2A. RGB value is (184,80,42). Sum of RGB (Red+Green+Blue) = 184+80+42=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B8502A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8502A is #47AFD5. Grayscale: #6B6B6B. Windows color (decimal): -4698070 or 2773176. OLE color: 2773176.

HSL color Cylindrical-coordinate representation of color #B8502A: hue angle of 16.06º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8502A is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 80 42 -
CMYK 0 0.57 0.77 0.28
HSL 16.06º 0.63% 0.44% -
HSV(B) 16.06º 0.77% 0.72% -
XYZ 23.05 16.09 4.08 -
YUV 106.76 91.46 183.09 -
System Red Green Blue C M Y K H S L
Decimal 184 80 42 0 0.57 0.77 0.28 16.06 0.63 0.44
Hex B8 50 2A 0 39 4D 1C 10 3F 2C
Octal 270 120 52 0 71 115 34 20 77 54
Binary 10111000 1010000 101010 0 111001 1001101 11100 10000 111111 101100

Color Harmonies of #B8502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8502A

Black with #B8502A

Text Example


Text Example

White with #B8502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8502A; }

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

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

background-color css

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

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

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

border-color css

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

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

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