Html Css Color HEX #B3313A Brick Red

📋 copy color: '#B3313A'

red 179 ◦ green 49 ◦ blue 58

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

Shades of Brick Red #B3313A

Tints of Brick Red #B3313A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.13%

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

R = 62.59%
G = 17.13%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B3313A (or 0xB3313A) is known color: Brick Red. HEX triplet: B3, 31 and 3A. RGB value is (179,49,58). Sum of RGB (Red+Green+Blue) = 179+49+58=286 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.59% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 179 - color contains mainly: red. Hex color #B3313A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3313A is #4CCEC5. Grayscale: #585858. Windows color (decimal): -5033670 or 3813811. OLE color: 3813811.

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

Color convert

RGB 179 49 58 -
CMYK 0 0.73 0.68 0.30
HSL 355.85º 0.57% 0.45% -
HSV(B) 355.85º 0.73% 0.7% -
XYZ 20.45 12.09 5.26 -
YUV 88.9 110.57 192.27 -
System Red Green Blue C M Y K H S L
Decimal 179 49 58 0 0.73 0.68 0.30 355.85 0.57 0.45
Hex B3 31 3A 0 49 44 1E 164 39 2D
Octal 263 61 72 0 111 104 36 544 71 55
Binary 10110011 110001 111010 0 1001001 1000100 11110 101100100 111001 101101

Color Harmonies of #B3313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3313A

Black with #B3313A

Text Example


Text Example

White with #B3313A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3313A; }

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

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

background-color css

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

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

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

border-color css

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

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

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