Html Css Color HEX #B1313C Brick Red

📋 copy color: '#B1313C'

red 177 ◦ green 49 ◦ blue 60

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

Shades of Brick Red #B1313C

Tints of Brick Red #B1313C

RGB

 RED value IS 177 (69.53% from 255) = 61.89%

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

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

R = 61.89%
G = 17.13%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B1313C (or 0xB1313C) is known color: Brick Red. HEX triplet: B1, 31 and 3C. RGB value is (177,49,60). Sum of RGB (Red+Green+Blue) = 177+49+60=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B1313C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1313C is #4ECEC3. Grayscale: #585858. Windows color (decimal): -5164740 or 3944881. OLE color: 3944881.

HSL color Cylindrical-coordinate representation of color #B1313C: hue angle of 354.84º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1313C is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 49 60 -
CMYK 0 0.72 0.66 0.31
HSL 354.84º 0.57% 0.44% -
HSV(B) 354.84º 0.72% 0.69% -
XYZ 20.05 11.87 5.51 -
YUV 88.53 111.91 191.11 -
System Red Green Blue C M Y K H S L
Decimal 177 49 60 0 0.72 0.66 0.31 354.84 0.57 0.44
Hex B1 31 3C 0 48 42 1F 163 39 2C
Octal 261 61 74 0 110 102 37 543 71 54
Binary 10110001 110001 111100 0 1001000 1000010 11111 101100011 111001 101100

Color Harmonies of #B1313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1313C

Black with #B1313C

Text Example


Text Example

White with #B1313C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1313C; }

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

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

background-color css

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

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

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

border-color css

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

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

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