Html Css Color HEX #B1343A Brick Red

📋 copy color: '#B1343A'

red 177 ◦ green 52 ◦ blue 58

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

Shades of Brick Red #B1343A

Tints of Brick Red #B1343A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.12%

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

R = 61.67%
G = 18.12%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1343A (or 0xB1343A) is known color: Brick Red. HEX triplet: B1, 34 and 3A. RGB value is (177,52,58). Sum of RGB (Red+Green+Blue) = 177+52+58=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B1343A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1343A is #4ECBC5. Grayscale: #5A5A5A. Windows color (decimal): -5163974 or 3814577. OLE color: 3814577.

HSL color Cylindrical-coordinate representation of color #B1343A: hue angle of 357.12º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B1343A is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 52 58 -
CMYK 0 0.71 0.67 0.31
HSL 357.12º 0.55% 0.45% -
HSV(B) 357.12º 0.71% 0.69% -
XYZ 20.12 12.11 5.28 -
YUV 90.06 109.91 190.01 -
System Red Green Blue C M Y K H S L
Decimal 177 52 58 0 0.71 0.67 0.31 357.12 0.55 0.45
Hex B1 34 3A 0 47 43 1F 165 37 2D
Octal 261 64 72 0 107 103 37 545 67 55
Binary 10110001 110100 111010 0 1000111 1000011 11111 101100101 110111 101101

Color Harmonies of #B1343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1343A

Black with #B1343A

Text Example


Text Example

White with #B1343A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1343A; }

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

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

background-color css

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

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

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

border-color css

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

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

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