Html Css Color HEX #B8343D Brick Red

📋 copy color: '#B8343D'

red 184 ◦ green 52 ◦ blue 61

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

Shades of Brick Red #B8343D

Tints of Brick Red #B8343D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.51%

 BLUE value IS 61 (24.22% from 255) = 20.54%

R = 61.95%
G = 17.51%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B8343D (or 0xB8343D) is known color: Brick Red. HEX triplet: B8, 34 and 3D. RGB value is (184,52,61). Sum of RGB (Red+Green+Blue) = 184+52+61=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B8343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8343D is #47CBC2. Grayscale: #5C5C5C. Windows color (decimal): -4705219 or 4011192. OLE color: 4011192.

HSL color Cylindrical-coordinate representation of color #B8343D: hue angle of 355.91º degrees, saturation: 0.56, 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 #B8343D is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 52 61 -
CMYK 0 0.72 0.67 0.28
HSL 355.91º 0.56% 0.46% -
HSV(B) 355.91º 0.72% 0.72% -
XYZ 21.84 12.98 5.77 -
YUV 92.49 110.23 193.27 -
System Red Green Blue C M Y K H S L
Decimal 184 52 61 0 0.72 0.67 0.28 355.91 0.56 0.46
Hex B8 34 3D 0 48 43 1C 164 38 2E
Octal 270 64 75 0 110 103 34 544 70 56
Binary 10111000 110100 111101 0 1001000 1000011 11100 101100100 111000 101110

Color Harmonies of #B8343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8343D

Black with #B8343D

Text Example


Text Example

White with #B8343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8343D; }

 p { color: rgb(184,52,61); }

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

background-color css

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

 a { background-color: rgb(184,52,61); }

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

border-color css

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

 span { border-color: rgb(184,52,61); }

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