Html Css Color HEX #B8323E Brick Red

📋 copy color: '#B8323E'

red 184 ◦ green 50 ◦ blue 62

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

Shades of Brick Red #B8323E

Tints of Brick Red #B8323E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.89%

 BLUE value IS 62 (24.61% from 255) = 20.95%

R = 62.16%
G = 16.89%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B8323E (or 0xB8323E) is known color: Brick Red. HEX triplet: B8, 32 and 3E. RGB value is (184,50,62). Sum of RGB (Red+Green+Blue) = 184+50+62=296 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.16% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 184 - color contains mainly: red. Hex color #B8323E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8323E is #47CDC1. Grayscale: #5B5B5B. Windows color (decimal): -4705730 or 4076216. OLE color: 4076216.

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

Color convert

RGB 184 50 62 -
CMYK 0 0.73 0.66 0.28
HSL 354.63º 0.57% 0.46% -
HSV(B) 354.63º 0.73% 0.72% -
XYZ 21.78 12.82 5.88 -
YUV 91.43 111.39 194.02 -
System Red Green Blue C M Y K H S L
Decimal 184 50 62 0 0.73 0.66 0.28 354.63 0.57 0.46
Hex B8 32 3E 0 49 42 1C 163 39 2E
Octal 270 62 76 0 111 102 34 543 71 56
Binary 10111000 110010 111110 0 1001001 1000010 11100 101100011 111001 101110

Color Harmonies of #B8323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8323E

Black with #B8323E

Text Example


Text Example

White with #B8323E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8323E; }

 p { color: rgb(184,50,62); }

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

background-color css

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

 a { background-color: rgb(184,50,62); }

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

border-color css

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

 span { border-color: rgb(184,50,62); }

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