Html Css Color HEX #B1323E Brick Red

📋 copy color: '#B1323E'

red 177 ◦ green 50 ◦ blue 62

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

Shades of Brick Red #B1323E

Tints of Brick Red #B1323E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.3%

 BLUE value IS 62 (24.61% from 255) = 21.45%

R = 61.25%
G = 17.3%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B1323E (or 0xB1323E) is known color: Brick Red. HEX triplet: B1, 32 and 3E. RGB value is (177,50,62). Sum of RGB (Red+Green+Blue) = 177+50+62=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B1323E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1323E is #4ECDC1. Grayscale: #595959. Windows color (decimal): -5164482 or 4076209. OLE color: 4076209.

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

Color convert

RGB 177 50 62 -
CMYK 0 0.72 0.65 0.31
HSL 354.33º 0.56% 0.45% -
HSV(B) 354.33º 0.72% 0.69% -
XYZ 20.14 11.98 5.81 -
YUV 89.34 112.58 190.52 -
System Red Green Blue C M Y K H S L
Decimal 177 50 62 0 0.72 0.65 0.31 354.33 0.56 0.45
Hex B1 32 3E 0 48 41 1F 162 38 2D
Octal 261 62 76 0 110 101 37 542 70 55
Binary 10110001 110010 111110 0 1001000 1000001 11111 101100010 111000 101101

Color Harmonies of #B1323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1323E

Black with #B1323E

Text Example


Text Example

White with #B1323E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1323E; }

 p { color: rgb(177,50,62); }

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

background-color css

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

 a { background-color: rgb(177,50,62); }

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

border-color css

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

 span { border-color: rgb(177,50,62); }

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