Html Css Color HEX #B2313C Brick Red

📋 copy color: '#B2313C'

red 178 ◦ green 49 ◦ blue 60

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

Shades of Brick Red #B2313C

Tints of Brick Red #B2313C

RGB

 RED value IS 178 (69.92% from 255) = 62.02%

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

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

R = 62.02%
G = 17.07%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2313C (or 0xB2313C) is known color: Brick Red. HEX triplet: B2, 31 and 3C. RGB value is (178,49,60). Sum of RGB (Red+Green+Blue) = 178+49+60=287 (38% of max value = 765). Red value is 178 (69.92% from 255 or 62.02% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 178 - color contains mainly: red. Hex color #B2313C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2313C is #4DCEC3. Grayscale: #585858. Windows color (decimal): -5099204 or 3944882. OLE color: 3944882.

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

Color convert

RGB 178 49 60 -
CMYK 0 0.72 0.66 0.30
HSL 354.88º 0.57% 0.45% -
HSV(B) 354.88º 0.72% 0.7% -
XYZ 20.27 11.99 5.52 -
YUV 88.83 111.74 191.61 -
System Red Green Blue C M Y K H S L
Decimal 178 49 60 0 0.72 0.66 0.30 354.88 0.57 0.45
Hex B2 31 3C 0 48 42 1E 163 39 2D
Octal 262 61 74 0 110 102 36 543 71 55
Binary 10110010 110001 111100 0 1001000 1000010 11110 101100011 111001 101101

Color Harmonies of #B2313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2313C

Black with #B2313C

Text Example


Text Example

White with #B2313C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2313C; }

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

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

background-color css

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

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

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

border-color css

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

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

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