Html Css Color HEX #B8502D Red Stage

📋 copy color: '#B8502D'

red 184 ◦ green 80 ◦ blue 45

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

Shades of Red Stage #B8502D

Tints of Red Stage #B8502D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.56%

R = 59.55%
G = 25.89%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B8502D (or 0xB8502D) is known color: Red Stage. HEX triplet: B8, 50 and 2D. RGB value is (184,80,45). Sum of RGB (Red+Green+Blue) = 184+80+45=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B8502D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8502D is #47AFD2. Grayscale: #6B6B6B. Windows color (decimal): -4698067 or 2969784. OLE color: 2969784.

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

Color convert

RGB 184 80 45 -
CMYK 0 0.57 0.76 0.28
HSL 15.11º 0.61% 0.45% -
HSV(B) 15.11º 0.76% 0.72% -
XYZ 23.11 16.12 4.38 -
YUV 107.11 92.96 182.85 -
System Red Green Blue C M Y K H S L
Decimal 184 80 45 0 0.57 0.76 0.28 15.11 0.61 0.45
Hex B8 50 2D 0 39 4C 1C F 3D 2D
Octal 270 120 55 0 71 114 34 17 75 55
Binary 10111000 1010000 101101 0 111001 1001100 11100 1111 111101 101101

Color Harmonies of #B8502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8502D

Black with #B8502D

Text Example


Text Example

White with #B8502D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8502D; }

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

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

background-color css

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

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

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

border-color css

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

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

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