Html Css Color HEX #B0343C Brick Red

📋 copy color: '#B0343C'

red 176 ◦ green 52 ◦ blue 60

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

Shades of Brick Red #B0343C

Tints of Brick Red #B0343C

RGB

 RED value IS 176 (69.14% from 255) = 61.11%

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

 BLUE value IS 60 (23.83% from 255) = 20.83%

R = 61.11%
G = 18.06%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0343C (or 0xB0343C) is known color: Brick Red. HEX triplet: B0, 34 and 3C. RGB value is (176,52,60). Sum of RGB (Red+Green+Blue) = 176+52+60=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B0343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0343C is #4FCBC3. Grayscale: #5A5A5A. Windows color (decimal): -5229508 or 3945648. OLE color: 3945648.

HSL color Cylindrical-coordinate representation of color #B0343C: hue angle of 356.13º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0343C is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 52 60 -
CMYK 0 0.70 0.66 0.31
HSL 356.13º 0.54% 0.45% -
HSV(B) 356.13º 0.7% 0.69% -
XYZ 19.95 12.01 5.54 -
YUV 89.99 111.08 189.35 -
System Red Green Blue C M Y K H S L
Decimal 176 52 60 0 0.70 0.66 0.31 356.13 0.54 0.45
Hex B0 34 3C 0 46 42 1F 164 36 2D
Octal 260 64 74 0 106 102 37 544 66 55
Binary 10110000 110100 111100 0 1000110 1000010 11111 101100100 110110 101101

Color Harmonies of #B0343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0343C

Black with #B0343C

Text Example


Text Example

White with #B0343C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0343C; }

 p { color: rgb(176,52,60); }

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

background-color css

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

 a { background-color: rgb(176,52,60); }

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

border-color css

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

 span { border-color: rgb(176,52,60); }

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