Html Css Color HEX #B1353E Brick Red

📋 copy color: '#B1353E'

red 177 ◦ green 53 ◦ blue 62

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

Shades of Brick Red #B1353E

Tints of Brick Red #B1353E

RGB

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

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

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

R = 60.62%
G = 18.15%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B1353E (or 0xB1353E) is known color: Brick Red. HEX triplet: B1, 35 and 3E. RGB value is (177,53,62). Sum of RGB (Red+Green+Blue) = 177+53+62=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B1353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1353E is #4ECAC1. Grayscale: #5B5B5B. Windows color (decimal): -5163714 or 4076977. OLE color: 4076977.

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

Color convert

RGB 177 53 62 -
CMYK 0 0.70 0.65 0.31
HSL 355.65º 0.54% 0.45% -
HSV(B) 355.65º 0.7% 0.69% -
XYZ 20.27 12.24 5.85 -
YUV 91.1 111.58 189.27 -
System Red Green Blue C M Y K H S L
Decimal 177 53 62 0 0.70 0.65 0.31 355.65 0.54 0.45
Hex B1 35 3E 0 46 41 1F 164 36 2D
Octal 261 65 76 0 106 101 37 544 66 55
Binary 10110001 110101 111110 0 1000110 1000001 11111 101100100 110110 101101

Color Harmonies of #B1353E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1353E

Black with #B1353E

Text Example


Text Example

White with #B1353E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1353E; }

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

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

background-color css

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

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

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

border-color css

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

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

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