Html Css Color HEX #B2313B Brick Red

📋 copy color: '#B2313B'

red 178 ◦ green 49 ◦ blue 59

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

Shades of Brick Red #B2313B

Tints of Brick Red #B2313B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.63%

R = 62.24%
G = 17.13%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2313B (or 0xB2313B) is known color: Brick Red. HEX triplet: B2, 31 and 3B. RGB value is (178,49,59). Sum of RGB (Red+Green+Blue) = 178+49+59=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B2313B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2313B is #4DCEC4. Grayscale: #585858. Windows color (decimal): -5099205 or 3879346. OLE color: 3879346.

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

Color convert

RGB 178 49 59 -
CMYK 0 0.72 0.67 0.30
HSL 355.35º 0.57% 0.45% -
HSV(B) 355.35º 0.72% 0.7% -
XYZ 20.25 11.98 5.38 -
YUV 88.71 111.24 191.69 -
System Red Green Blue C M Y K H S L
Decimal 178 49 59 0 0.72 0.67 0.30 355.35 0.57 0.45
Hex B2 31 3B 0 48 43 1E 163 39 2D
Octal 262 61 73 0 110 103 36 543 71 55
Binary 10110010 110001 111011 0 1001000 1000011 11110 101100011 111001 101101

Color Harmonies of #B2313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2313B

Black with #B2313B

Text Example


Text Example

White with #B2313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2313B; }

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

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

background-color css

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

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

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

border-color css

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

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

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