Html Css Color HEX #B1383F Brick Red

📋 copy color: '#B1383F'

red 177 ◦ green 56 ◦ blue 63

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

Shades of Brick Red #B1383F

Tints of Brick Red #B1383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.92%

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

R = 59.8%
G = 18.92%
B = 21.28%

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

#B1383F (or 0xB1383F) is known color: Brick Red. HEX triplet: B1, 38 and 3F. RGB value is (177,56,63). Sum of RGB (Red+Green+Blue) = 177+56+63=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B1383F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1383F is #4EC7C0. Grayscale: #5D5D5D. Windows color (decimal): -5162945 or 4143281. OLE color: 4143281.

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

Color convert

RGB 177 56 63 -
CMYK 0 0.68 0.64 0.31
HSL 356.53º 0.52% 0.46% -
HSV(B) 356.53º 0.68% 0.69% -
XYZ 20.44 12.53 6.04 -
YUV 92.98 111.09 187.93 -
System Red Green Blue C M Y K H S L
Decimal 177 56 63 0 0.68 0.64 0.31 356.53 0.52 0.46
Hex B1 38 3F 0 44 40 1F 165 34 2E
Octal 261 70 77 0 104 100 37 545 64 56
Binary 10110001 111000 111111 0 1000100 1000000 11111 101100101 110100 101110

Color Harmonies of #B1383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1383F

Black with #B1383F

Text Example


Text Example

White with #B1383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1383F; }

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

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

background-color css

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

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

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

border-color css

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

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

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