Html Css Color HEX #B3313C Brick Red

📋 copy color: '#B3313C'

red 179 ◦ green 49 ◦ blue 60

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

Shades of Brick Red #B3313C

Tints of Brick Red #B3313C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.83%

R = 62.15%
G = 17.01%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B3313C (or 0xB3313C) is known color: Brick Red. HEX triplet: B3, 31 and 3C. RGB value is (179,49,60). Sum of RGB (Red+Green+Blue) = 179+49+60=288 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.15% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 179 - color contains mainly: red. Hex color #B3313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3313C is #4CCEC3. Grayscale: #595959. Windows color (decimal): -5033668 or 3944883. OLE color: 3944883.

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

Color convert

RGB 179 49 60 -
CMYK 0 0.73 0.66 0.30
HSL 354.92º 0.57% 0.45% -
HSV(B) 354.92º 0.73% 0.7% -
XYZ 20.5 12.11 5.53 -
YUV 89.12 111.57 192.11 -
System Red Green Blue C M Y K H S L
Decimal 179 49 60 0 0.73 0.66 0.30 354.92 0.57 0.45
Hex B3 31 3C 0 49 42 1E 163 39 2D
Octal 263 61 74 0 111 102 36 543 71 55
Binary 10110011 110001 111100 0 1001001 1000010 11110 101100011 111001 101101

Color Harmonies of #B3313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3313C

Black with #B3313C

Text Example


Text Example

White with #B3313C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3313C; }

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

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

background-color css

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

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

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

border-color css

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

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

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