Html Css Color HEX #B8293A Brick Red

📋 copy color: '#B8293A'

red 184 ◦ green 41 ◦ blue 58

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

Shades of Brick Red #B8293A

Tints of Brick Red #B8293A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.49%

 BLUE value IS 58 (23.05% from 255) = 20.49%

R = 65.02%
G = 14.49%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8293A (or 0xB8293A) is known color: Brick Red. HEX triplet: B8, 29 and 3A. RGB value is (184,41,58). Sum of RGB (Red+Green+Blue) = 184+41+58=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B8293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8293A is #47D6C5. Grayscale: #555555. Windows color (decimal): -4708038 or 3811768. OLE color: 3811768.

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

Color convert

RGB 184 41 58 -
CMYK 0 0.78 0.68 0.28
HSL 352.87º 0.64% 0.44% -
HSV(B) 352.87º 0.78% 0.72% -
XYZ 21.32 12.08 5.21 -
YUV 85.7 112.38 198.12 -
System Red Green Blue C M Y K H S L
Decimal 184 41 58 0 0.78 0.68 0.28 352.87 0.64 0.44
Hex B8 29 3A 0 4E 44 1C 161 40 2C
Octal 270 51 72 0 116 104 34 541 100 54
Binary 10111000 101001 111010 0 1001110 1000100 11100 101100001 1000000 101100

Color Harmonies of #B8293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8293A

Black with #B8293A

Text Example


Text Example

White with #B8293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8293A; }

 p { color: rgb(184,41,58); }

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

background-color css

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

 a { background-color: rgb(184,41,58); }

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

border-color css

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

 span { border-color: rgb(184,41,58); }

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