Html Css Color HEX #B1383E Brick Red

📋 copy color: '#B1383E'

red 177 ◦ green 56 ◦ blue 62

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

Shades of Brick Red #B1383E

Tints of Brick Red #B1383E

RGB

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

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

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

R = 60%
G = 18.98%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B1383E (or 0xB1383E) is known color: Brick Red. HEX triplet: B1, 38 and 3E. RGB value is (177,56,62). Sum of RGB (Red+Green+Blue) = 177+56+62=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B1383E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1383E is #4EC7C1. Grayscale: #5C5C5C. Windows color (decimal): -5162946 or 4077745. OLE color: 4077745.

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

Color convert

RGB 177 56 62 -
CMYK 0 0.68 0.65 0.31
HSL 357.02º 0.52% 0.46% -
HSV(B) 357.02º 0.68% 0.69% -
XYZ 20.42 12.52 5.9 -
YUV 92.86 110.59 188.01 -
System Red Green Blue C M Y K H S L
Decimal 177 56 62 0 0.68 0.65 0.31 357.02 0.52 0.46
Hex B1 38 3E 0 44 41 1F 165 34 2E
Octal 261 70 76 0 104 101 37 545 64 56
Binary 10110001 111000 111110 0 1000100 1000001 11111 101100101 110100 101110

Color Harmonies of #B1383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1383E

Black with #B1383E

Text Example


Text Example

White with #B1383E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1383E; }

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

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

background-color css

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

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

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

border-color css

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

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

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