Html Css Color HEX #B8333A Brick Red

📋 copy color: '#B8333A'

red 184 ◦ green 51 ◦ blue 58

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

Shades of Brick Red #B8333A

Tints of Brick Red #B8333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.41%

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

R = 62.8%
G = 17.41%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8333A (or 0xB8333A) is known color: Brick Red. HEX triplet: B8, 33 and 3A. RGB value is (184,51,58). Sum of RGB (Red+Green+Blue) = 184+51+58=293 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.80% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 184 - color contains mainly: red. Hex color #B8333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8333A is #47CCC5. Grayscale: #5B5B5B. Windows color (decimal): -4705478 or 3814328. OLE color: 3814328.

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

Color convert

RGB 184 51 58 -
CMYK 0 0.72 0.68 0.28
HSL 356.84º 0.57% 0.46% -
HSV(B) 356.84º 0.72% 0.72% -
XYZ 21.71 12.86 5.34 -
YUV 91.57 109.06 193.93 -
System Red Green Blue C M Y K H S L
Decimal 184 51 58 0 0.72 0.68 0.28 356.84 0.57 0.46
Hex B8 33 3A 0 48 44 1C 165 39 2E
Octal 270 63 72 0 110 104 34 545 71 56
Binary 10111000 110011 111010 0 1001000 1000100 11100 101100101 111001 101110

Color Harmonies of #B8333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8333A

Black with #B8333A

Text Example


Text Example

White with #B8333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8333A; }

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

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

background-color css

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

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

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

border-color css

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

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

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