Html Css Color HEX #B3313F Brick Red

📋 copy color: '#B3313F'

red 179 ◦ green 49 ◦ blue 63

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

Shades of Brick Red #B3313F

Tints of Brick Red #B3313F

RGB

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

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

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

R = 61.51%
G = 16.84%
B = 21.65%

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

#B3313F (or 0xB3313F) is known color: Brick Red. HEX triplet: B3, 31 and 3F. RGB value is (179,49,63). Sum of RGB (Red+Green+Blue) = 179+49+63=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B3313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3313F is #4CCEC0. Grayscale: #595959. Windows color (decimal): -5033665 or 4141491. OLE color: 4141491.

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

Color convert

RGB 179 49 63 -
CMYK 0 0.73 0.65 0.30
HSL 353.54º 0.57% 0.45% -
HSV(B) 353.54º 0.73% 0.7% -
XYZ 20.59 12.14 5.96 -
YUV 89.47 113.07 191.86 -
System Red Green Blue C M Y K H S L
Decimal 179 49 63 0 0.73 0.65 0.30 353.54 0.57 0.45
Hex B3 31 3F 0 49 41 1E 162 39 2D
Octal 263 61 77 0 111 101 36 542 71 55
Binary 10110011 110001 111111 0 1001001 1000001 11110 101100010 111001 101101

Color Harmonies of #B3313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3313F

Black with #B3313F

Text Example


Text Example

White with #B3313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3313F; }

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

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

background-color css

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

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

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

border-color css

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

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

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