Html Css Color HEX #B3313E Brick Red

📋 copy color: '#B3313E'

red 179 ◦ green 49 ◦ blue 62

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

Shades of Brick Red #B3313E

Tints of Brick Red #B3313E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.38%

R = 61.72%
G = 16.9%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3313E (or 0xB3313E) is known color: Brick Red. HEX triplet: B3, 31 and 3E. RGB value is (179,49,62). Sum of RGB (Red+Green+Blue) = 179+49+62=290 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.72% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 179 - color contains mainly: red. Hex color #B3313E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3313E is #4CCEC1. Grayscale: #595959. Windows color (decimal): -5033666 or 4075955. OLE color: 4075955.

HSL color Cylindrical-coordinate representation of color #B3313E: hue angle of 354º 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 #B3313E is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 49 62 -
CMYK 0 0.73 0.65 0.30
HSL 354º 0.57% 0.45% -
HSV(B) 354º 0.73% 0.7% -
XYZ 20.56 12.13 5.81 -
YUV 89.35 112.57 191.94 -
System Red Green Blue C M Y K H S L
Decimal 179 49 62 0 0.73 0.65 0.30 354 0.57 0.45
Hex B3 31 3E 0 49 41 1E 162 39 2D
Octal 263 61 76 0 111 101 36 542 71 55
Binary 10110011 110001 111110 0 1001001 1000001 11110 101100010 111001 101101

Color Harmonies of #B3313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3313E

Black with #B3313E

Text Example


Text Example

White with #B3313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3313E; }

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

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

background-color css

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

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

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

border-color css

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

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

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