Html Css Color HEX #B0313C Brick Red

📋 copy color: '#B0313C'

red 176 ◦ green 49 ◦ blue 60

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

Shades of Brick Red #B0313C

Tints of Brick Red #B0313C

RGB

 RED value IS 176 (69.14% from 255) = 61.75%

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

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

R = 61.75%
G = 17.19%
B = 21.05%

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

#B0313C (or 0xB0313C) is known color: Brick Red. HEX triplet: B0, 31 and 3C. RGB value is (176,49,60). Sum of RGB (Red+Green+Blue) = 176+49+60=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B0313C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0313C is #4FCEC3. Grayscale: #585858. Windows color (decimal): -5230276 or 3944880. OLE color: 3944880.

HSL color Cylindrical-coordinate representation of color #B0313C: hue angle of 354.8º degrees, saturation: 0.56, 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 #B0313C is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 49 60 -
CMYK 0 0.72 0.66 0.31
HSL 354.8º 0.56% 0.44% -
HSV(B) 354.8º 0.72% 0.69% -
XYZ 19.82 11.75 5.5 -
YUV 88.23 112.08 190.61 -
System Red Green Blue C M Y K H S L
Decimal 176 49 60 0 0.72 0.66 0.31 354.8 0.56 0.44
Hex B0 31 3C 0 48 42 1F 163 38 2C
Octal 260 61 74 0 110 102 37 543 70 54
Binary 10110000 110001 111100 0 1001000 1000010 11111 101100011 111000 101100

Color Harmonies of #B0313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0313C

Black with #B0313C

Text Example


Text Example

White with #B0313C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0313C; }

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

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

background-color css

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

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

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

border-color css

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

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

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