Html Css Color HEX #B1373E Brick Red

📋 copy color: '#B1373E'

red 177 ◦ green 55 ◦ blue 62

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

Shades of Brick Red #B1373E

Tints of Brick Red #B1373E

RGB

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

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

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

R = 60.2%
G = 18.71%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B1373E (or 0xB1373E) is known color: Brick Red. HEX triplet: B1, 37 and 3E. RGB value is (177,55,62). Sum of RGB (Red+Green+Blue) = 177+55+62=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B1373E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1373E is #4EC8C1. Grayscale: #5C5C5C. Windows color (decimal): -5163202 or 4077489. OLE color: 4077489.

HSL color Cylindrical-coordinate representation of color #B1373E: hue angle of 356.56º 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 #B1373E is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 55 62 -
CMYK 0 0.69 0.65 0.31
HSL 356.56º 0.53% 0.45% -
HSV(B) 356.56º 0.69% 0.69% -
XYZ 20.37 12.43 5.88 -
YUV 92.28 110.92 188.43 -
System Red Green Blue C M Y K H S L
Decimal 177 55 62 0 0.69 0.65 0.31 356.56 0.53 0.45
Hex B1 37 3E 0 45 41 1F 165 35 2D
Octal 261 67 76 0 105 101 37 545 65 55
Binary 10110001 110111 111110 0 1000101 1000001 11111 101100101 110101 101101

Color Harmonies of #B1373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1373E

Black with #B1373E

Text Example


Text Example

White with #B1373E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1373E; }

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

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

background-color css

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

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

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

border-color css

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

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

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