Html Css Color HEX #B1353A Brick Red

📋 copy color: '#B1353A'

red 177 ◦ green 53 ◦ blue 58

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

Shades of Brick Red #B1353A

Tints of Brick Red #B1353A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.14%

R = 61.46%
G = 18.4%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1353A (or 0xB1353A) is known color: Brick Red. HEX triplet: B1, 35 and 3A. RGB value is (177,53,58). Sum of RGB (Red+Green+Blue) = 177+53+58=288 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.46% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 177 - color contains mainly: red. Hex color #B1353A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1353A is #4ECAC5. Grayscale: #5A5A5A. Windows color (decimal): -5163718 or 3814833. OLE color: 3814833.

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

Color convert

RGB 177 53 58 -
CMYK 0 0.70 0.67 0.31
HSL 357.58º 0.54% 0.45% -
HSV(B) 357.58º 0.7% 0.69% -
XYZ 20.17 12.2 5.29 -
YUV 90.65 109.58 189.59 -
System Red Green Blue C M Y K H S L
Decimal 177 53 58 0 0.70 0.67 0.31 357.58 0.54 0.45
Hex B1 35 3A 0 46 43 1F 166 36 2D
Octal 261 65 72 0 106 103 37 546 66 55
Binary 10110001 110101 111010 0 1000110 1000011 11111 101100110 110110 101101

Color Harmonies of #B1353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1353A

Black with #B1353A

Text Example


Text Example

White with #B1353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1353A; }

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

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

background-color css

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

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

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

border-color css

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

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

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