Html Css Color HEX #B2313D Brick Red

📋 copy color: '#B2313D'

red 178 ◦ green 49 ◦ blue 61

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

Shades of Brick Red #B2313D

Tints of Brick Red #B2313D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.18%

R = 61.81%
G = 17.01%
B = 21.18%

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

#B2313D (or 0xB2313D) is known color: Brick Red. HEX triplet: B2, 31 and 3D. RGB value is (178,49,61). Sum of RGB (Red+Green+Blue) = 178+49+61=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B2313D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2313D is #4DCEC2. Grayscale: #595959. Windows color (decimal): -5099203 or 4010418. OLE color: 4010418.

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

Color convert

RGB 178 49 61 -
CMYK 0 0.72 0.66 0.30
HSL 354.42º 0.57% 0.45% -
HSV(B) 354.42º 0.72% 0.7% -
XYZ 20.3 12 5.66 -
YUV 88.94 112.24 191.52 -
System Red Green Blue C M Y K H S L
Decimal 178 49 61 0 0.72 0.66 0.30 354.42 0.57 0.45
Hex B2 31 3D 0 48 42 1E 162 39 2D
Octal 262 61 75 0 110 102 36 542 71 55
Binary 10110010 110001 111101 0 1001000 1000010 11110 101100010 111001 101101

Color Harmonies of #B2313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2313D

Black with #B2313D

Text Example


Text Example

White with #B2313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2313D; }

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

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

background-color css

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

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

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

border-color css

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

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

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