Html Css Color HEX #B1383C Brick Red

📋 copy color: '#B1383C'

red 177 ◦ green 56 ◦ blue 60

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

Shades of Brick Red #B1383C

Tints of Brick Red #B1383C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.48%

R = 60.41%
G = 19.11%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B1383C (or 0xB1383C) is known color: Brick Red. HEX triplet: B1, 38 and 3C. RGB value is (177,56,60). Sum of RGB (Red+Green+Blue) = 177+56+60=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B1383C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1383C is #4EC7C3. Grayscale: #5C5C5C. Windows color (decimal): -5162948 or 3946673. OLE color: 3946673.

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

Color convert

RGB 177 56 60 -
CMYK 0 0.68 0.66 0.31
HSL 358.02º 0.52% 0.46% -
HSV(B) 358.02º 0.68% 0.69% -
XYZ 20.36 12.5 5.61 -
YUV 92.64 109.59 188.17 -
System Red Green Blue C M Y K H S L
Decimal 177 56 60 0 0.68 0.66 0.31 358.02 0.52 0.46
Hex B1 38 3C 0 44 42 1F 166 34 2E
Octal 261 70 74 0 104 102 37 546 64 56
Binary 10110001 111000 111100 0 1000100 1000010 11111 101100110 110100 101110

Color Harmonies of #B1383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1383C

Black with #B1383C

Text Example


Text Example

White with #B1383C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1383C; }

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

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

background-color css

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

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

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

border-color css

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

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

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