Html Css Color HEX #B0343F Brick Red

📋 copy color: '#B0343F'

red 176 ◦ green 52 ◦ blue 63

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

Shades of Brick Red #B0343F

Tints of Brick Red #B0343F

RGB

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

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

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

R = 60.48%
G = 17.87%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B0343F (or 0xB0343F) is known color: Brick Red. HEX triplet: B0, 34 and 3F. RGB value is (176,52,63). Sum of RGB (Red+Green+Blue) = 176+52+63=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B0343F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0343F is #4FCBC0. Grayscale: #5A5A5A. Windows color (decimal): -5229505 or 4142256. OLE color: 4142256.

HSL color Cylindrical-coordinate representation of color #B0343F: hue angle of 354.68º 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 #B0343F is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 52 63 -
CMYK 0 0.70 0.64 0.31
HSL 354.68º 0.54% 0.45% -
HSV(B) 354.68º 0.7% 0.69% -
XYZ 20.03 12.04 5.97 -
YUV 90.33 112.58 189.11 -
System Red Green Blue C M Y K H S L
Decimal 176 52 63 0 0.70 0.64 0.31 354.68 0.54 0.45
Hex B0 34 3F 0 46 40 1F 163 36 2D
Octal 260 64 77 0 106 100 37 543 66 55
Binary 10110000 110100 111111 0 1000110 1000000 11111 101100011 110110 101101

Color Harmonies of #B0343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0343F

Black with #B0343F

Text Example


Text Example

White with #B0343F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0343F; }

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

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

background-color css

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

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

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

border-color css

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

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

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