Html Css Color HEX #B1373C Brick Red

📋 copy color: '#B1373C'

red 177 ◦ green 55 ◦ blue 60

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

Shades of Brick Red #B1373C

Tints of Brick Red #B1373C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.84%

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

R = 60.62%
G = 18.84%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B1373C (or 0xB1373C) is known color: Brick Red. HEX triplet: B1, 37 and 3C. RGB value is (177,55,60). Sum of RGB (Red+Green+Blue) = 177+55+60=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B1373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1373C is #4EC8C3. Grayscale: #5C5C5C. Windows color (decimal): -5163204 or 3946417. OLE color: 3946417.

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

Color convert

RGB 177 55 60 -
CMYK 0 0.69 0.66 0.31
HSL 357.54º 0.53% 0.45% -
HSV(B) 357.54º 0.69% 0.69% -
XYZ 20.31 12.41 5.6 -
YUV 92.05 109.92 188.59 -
System Red Green Blue C M Y K H S L
Decimal 177 55 60 0 0.69 0.66 0.31 357.54 0.53 0.45
Hex B1 37 3C 0 45 42 1F 166 35 2D
Octal 261 67 74 0 105 102 37 546 65 55
Binary 10110001 110111 111100 0 1000101 1000010 11111 101100110 110101 101101

Color Harmonies of #B1373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1373C

Black with #B1373C

Text Example


Text Example

White with #B1373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1373C; }

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

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

background-color css

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

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

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

border-color css

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

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

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