Html Css Color HEX #B8353B Brick Red

📋 copy color: '#B8353B'

red 184 ◦ green 53 ◦ blue 59

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

Shades of Brick Red #B8353B

Tints of Brick Red #B8353B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.91%

 BLUE value IS 59 (23.44% from 255) = 19.93%

R = 62.16%
G = 17.91%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8353B (or 0xB8353B) is known color: Brick Red. HEX triplet: B8, 35 and 3B. RGB value is (184,53,59). Sum of RGB (Red+Green+Blue) = 184+53+59=296 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.16% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 184 - color contains mainly: red. Hex color #B8353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8353B is #47CAC4. Grayscale: #5C5C5C. Windows color (decimal): -4704965 or 3880376. OLE color: 3880376.

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

Color convert

RGB 184 53 59 -
CMYK 0 0.71 0.68 0.28
HSL 357.25º 0.55% 0.46% -
HSV(B) 357.25º 0.71% 0.72% -
XYZ 21.83 13.05 5.51 -
YUV 92.85 108.9 193.01 -
System Red Green Blue C M Y K H S L
Decimal 184 53 59 0 0.71 0.68 0.28 357.25 0.55 0.46
Hex B8 35 3B 0 47 44 1C 165 37 2E
Octal 270 65 73 0 107 104 34 545 67 56
Binary 10111000 110101 111011 0 1000111 1000100 11100 101100101 110111 101110

Color Harmonies of #B8353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8353B

Black with #B8353B

Text Example


Text Example

White with #B8353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8353B; }

 p { color: rgb(184,53,59); }

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

background-color css

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

 a { background-color: rgb(184,53,59); }

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

border-color css

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

 span { border-color: rgb(184,53,59); }

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