Html Css Color HEX #B9343B Brick Red

📋 copy color: '#B9343B'

red 185 ◦ green 52 ◦ blue 59

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

Shades of Brick Red #B9343B

Tints of Brick Red #B9343B

RGB

 RED value IS 185 (72.66% from 255) = 62.5%

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

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

R = 62.5%
G = 17.57%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9343B (or 0xB9343B) is known color: Brick Red. HEX triplet: B9, 34 and 3B. RGB value is (185,52,59). Sum of RGB (Red+Green+Blue) = 185+52+59=296 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.5% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 185 - color contains mainly: red. Hex color #B9343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9343B is #46CBC4. Grayscale: #5C5C5C. Windows color (decimal): -4639685 or 3880121. OLE color: 3880121.

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

Color convert

RGB 185 52 59 -
CMYK 0 0.72 0.68 0.27
HSL 356.84º 0.56% 0.46% -
HSV(B) 356.84º 0.72% 0.73% -
XYZ 22.02 13.09 5.5 -
YUV 92.57 109.06 193.93 -
System Red Green Blue C M Y K H S L
Decimal 185 52 59 0 0.72 0.68 0.27 356.84 0.56 0.46
Hex B9 34 3B 0 48 44 1B 165 38 2E
Octal 271 64 73 0 110 104 33 545 70 56
Binary 10111001 110100 111011 0 1001000 1000100 11011 101100101 111000 101110

Color Harmonies of #B9343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9343B

Black with #B9343B

Text Example


Text Example

White with #B9343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9343B; }

 p { color: rgb(185,52,59); }

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

background-color css

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

 a { background-color: rgb(185,52,59); }

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

border-color css

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

 span { border-color: rgb(185,52,59); }

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