Html Css Color HEX #B1393F Brick Red

📋 copy color: '#B1393F'

red 177 ◦ green 57 ◦ blue 63

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

Shades of Brick Red #B1393F

Tints of Brick Red #B1393F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.19%

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

R = 59.6%
G = 19.19%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B1393F (or 0xB1393F) is known color: Brick Red. HEX triplet: B1, 39 and 3F. RGB value is (177,57,63). Sum of RGB (Red+Green+Blue) = 177+57+63=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B1393F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1393F is #4EC6C0. Grayscale: #5D5D5D. Windows color (decimal): -5162689 or 4143537. OLE color: 4143537.

HSL color Cylindrical-coordinate representation of color #B1393F: hue angle of 357º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B1393F is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 57 63 -
CMYK 0 0.68 0.64 0.31
HSL 357º 0.51% 0.46% -
HSV(B) 357º 0.68% 0.69% -
XYZ 20.49 12.63 6.06 -
YUV 93.56 110.76 187.51 -
System Red Green Blue C M Y K H S L
Decimal 177 57 63 0 0.68 0.64 0.31 357 0.51 0.46
Hex B1 39 3F 0 44 40 1F 165 33 2E
Octal 261 71 77 0 104 100 37 545 63 56
Binary 10110001 111001 111111 0 1000100 1000000 11111 101100101 110011 101110

Color Harmonies of #B1393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1393F

Black with #B1393F

Text Example


Text Example

White with #B1393F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1393F; }

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

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

background-color css

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

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

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

border-color css

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

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

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