Html Css Color HEX #B1353C Brick Red

📋 copy color: '#B1353C'

red 177 ◦ green 53 ◦ blue 60

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

Shades of Brick Red #B1353C

Tints of Brick Red #B1353C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.28%

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

R = 61.03%
G = 18.28%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B1353C (or 0xB1353C) is known color: Brick Red. HEX triplet: B1, 35 and 3C. RGB value is (177,53,60). Sum of RGB (Red+Green+Blue) = 177+53+60=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B1353C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1353C is #4ECAC3. Grayscale: #5A5A5A. Windows color (decimal): -5163716 or 3945905. OLE color: 3945905.

HSL color Cylindrical-coordinate representation of color #B1353C: hue angle of 356.61º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B1353C is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 53 60 -
CMYK 0 0.70 0.66 0.31
HSL 356.61º 0.54% 0.45% -
HSV(B) 356.61º 0.7% 0.69% -
XYZ 20.22 12.22 5.57 -
YUV 90.87 110.58 189.43 -
System Red Green Blue C M Y K H S L
Decimal 177 53 60 0 0.70 0.66 0.31 356.61 0.54 0.45
Hex B1 35 3C 0 46 42 1F 165 36 2D
Octal 261 65 74 0 106 102 37 545 66 55
Binary 10110001 110101 111100 0 1000110 1000010 11111 101100101 110110 101101

Color Harmonies of #B1353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1353C

Black with #B1353C

Text Example


Text Example

White with #B1353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1353C; }

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

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

background-color css

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

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

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

border-color css

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

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

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