Html Css Color HEX #B1373F Brick Red

📋 copy color: '#B1373F'

red 177 ◦ green 55 ◦ blue 63

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

Shades of Brick Red #B1373F

Tints of Brick Red #B1373F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.36%

R = 60%
G = 18.64%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B1373F (or 0xB1373F) is known color: Brick Red. HEX triplet: B1, 37 and 3F. RGB value is (177,55,63). Sum of RGB (Red+Green+Blue) = 177+55+63=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B1373F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1373F is #4EC8C0. Grayscale: #5C5C5C. Windows color (decimal): -5163201 or 4143025. OLE color: 4143025.

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

Color convert

RGB 177 55 63 -
CMYK 0 0.69 0.64 0.31
HSL 356.07º 0.53% 0.45% -
HSV(B) 356.07º 0.69% 0.69% -
XYZ 20.39 12.44 6.03 -
YUV 92.39 111.42 188.35 -
System Red Green Blue C M Y K H S L
Decimal 177 55 63 0 0.69 0.64 0.31 356.07 0.53 0.45
Hex B1 37 3F 0 45 40 1F 164 35 2D
Octal 261 67 77 0 105 100 37 544 65 55
Binary 10110001 110111 111111 0 1000101 1000000 11111 101100100 110101 101101

Color Harmonies of #B1373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1373F

Black with #B1373F

Text Example


Text Example

White with #B1373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1373F; }

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

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

background-color css

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

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

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

border-color css

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

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

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