Html Css Color HEX #B8353F Brick Red

📋 copy color: '#B8353F'

red 184 ◦ green 53 ◦ blue 63

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

Shades of Brick Red #B8353F

Tints of Brick Red #B8353F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21%

R = 61.33%
G = 17.67%
B = 21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B8353F (or 0xB8353F) is known color: Brick Red. HEX triplet: B8, 35 and 3F. RGB value is (184,53,63). Sum of RGB (Red+Green+Blue) = 184+53+63=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B8353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8353F is #47CAC0. Grayscale: #5D5D5D. Windows color (decimal): -4704961 or 4142520. OLE color: 4142520.

HSL color Cylindrical-coordinate representation of color #B8353F: hue angle of 355.42º 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 #B8353F is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 53 63 -
CMYK 0 0.71 0.66 0.28
HSL 355.42º 0.55% 0.46% -
HSV(B) 355.42º 0.71% 0.72% -
XYZ 21.94 13.1 6.07 -
YUV 93.31 110.9 192.69 -
System Red Green Blue C M Y K H S L
Decimal 184 53 63 0 0.71 0.66 0.28 355.42 0.55 0.46
Hex B8 35 3F 0 47 42 1C 163 37 2E
Octal 270 65 77 0 107 102 34 543 67 56
Binary 10111000 110101 111111 0 1000111 1000010 11100 101100011 110111 101110

Color Harmonies of #B8353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8353F

Black with #B8353F

Text Example


Text Example

White with #B8353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8353F; }

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

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

background-color css

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

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

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

border-color css

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

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

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