Html Css Color HEX #B3343A Brick Red

📋 copy color: '#B3343A'

red 179 ◦ green 52 ◦ blue 58

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

Shades of Brick Red #B3343A

Tints of Brick Red #B3343A

RGB

 RED value IS 179 (70.31% from 255) = 61.94%

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

 BLUE value IS 58 (23.05% from 255) = 20.07%

R = 61.94%
G = 17.99%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B3343A (or 0xB3343A) is known color: Brick Red. HEX triplet: B3, 34 and 3A. RGB value is (179,52,58). Sum of RGB (Red+Green+Blue) = 179+52+58=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B3343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3343A is #4CCBC5. Grayscale: #5A5A5A. Windows color (decimal): -5032902 or 3814579. OLE color: 3814579.

HSL color Cylindrical-coordinate representation of color #B3343A: hue angle of 357.17º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B3343A is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 52 58 -
CMYK 0 0.71 0.68 0.30
HSL 357.17º 0.55% 0.45% -
HSV(B) 357.17º 0.71% 0.7% -
XYZ 20.58 12.35 5.3 -
YUV 90.66 109.58 191.01 -
System Red Green Blue C M Y K H S L
Decimal 179 52 58 0 0.71 0.68 0.30 357.17 0.55 0.45
Hex B3 34 3A 0 47 44 1E 165 37 2D
Octal 263 64 72 0 107 104 36 545 67 55
Binary 10110011 110100 111010 0 1000111 1000100 11110 101100101 110111 101101

Color Harmonies of #B3343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3343A

Black with #B3343A

Text Example


Text Example

White with #B3343A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3343A; }

 p { color: rgb(179,52,58); }

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

background-color css

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

 a { background-color: rgb(179,52,58); }

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

border-color css

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

 span { border-color: rgb(179,52,58); }

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