Html Css Color HEX #B1373B Brick Red

📋 copy color: '#B1373B'

red 177 ◦ green 55 ◦ blue 59

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

Shades of Brick Red #B1373B

Tints of Brick Red #B1373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.9%

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

R = 60.82%
G = 18.9%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1373B (or 0xB1373B) is known color: Brick Red. HEX triplet: B1, 37 and 3B. RGB value is (177,55,59). Sum of RGB (Red+Green+Blue) = 177+55+59=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B1373B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1373B is #4EC8C4. Grayscale: #5C5C5C. Windows color (decimal): -5163205 or 3880881. OLE color: 3880881.

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

Color convert

RGB 177 55 59 -
CMYK 0 0.69 0.67 0.31
HSL 358.03º 0.53% 0.45% -
HSV(B) 358.03º 0.69% 0.69% -
XYZ 20.29 12.4 5.46 -
YUV 91.93 109.42 188.67 -
System Red Green Blue C M Y K H S L
Decimal 177 55 59 0 0.69 0.67 0.31 358.03 0.53 0.45
Hex B1 37 3B 0 45 43 1F 166 35 2D
Octal 261 67 73 0 105 103 37 546 65 55
Binary 10110001 110111 111011 0 1000101 1000011 11111 101100110 110101 101101

Color Harmonies of #B1373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1373B

Black with #B1373B

Text Example


Text Example

White with #B1373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1373B; }

 p { color: rgb(177,55,59); }

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

background-color css

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

 a { background-color: rgb(177,55,59); }

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

border-color css

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

 span { border-color: rgb(177,55,59); }

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