Html Css Color HEX #B1333F Brick Red

📋 copy color: '#B1333F'

red 177 ◦ green 51 ◦ blue 63

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

Shades of Brick Red #B1333F

Tints of Brick Red #B1333F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.53%

 BLUE value IS 63 (25% from 255) = 21.65%

R = 60.82%
G = 17.53%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B1333F (or 0xB1333F) is known color: Brick Red. HEX triplet: B1, 33 and 3F. RGB value is (177,51,63). Sum of RGB (Red+Green+Blue) = 177+51+63=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B1333F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1333F is #4ECCC0. Grayscale: #5A5A5A. Windows color (decimal): -5164225 or 4142001. OLE color: 4142001.

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

Color convert

RGB 177 51 63 -
CMYK 0 0.71 0.64 0.31
HSL 354.29º 0.55% 0.45% -
HSV(B) 354.29º 0.71% 0.69% -
XYZ 20.21 12.07 5.97 -
YUV 90.04 112.74 190.02 -
System Red Green Blue C M Y K H S L
Decimal 177 51 63 0 0.71 0.64 0.31 354.29 0.55 0.45
Hex B1 33 3F 0 47 40 1F 162 37 2D
Octal 261 63 77 0 107 100 37 542 67 55
Binary 10110001 110011 111111 0 1000111 1000000 11111 101100010 110111 101101

Color Harmonies of #B1333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1333F

Black with #B1333F

Text Example


Text Example

White with #B1333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1333F; }

 p { color: rgb(177,51,63); }

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

background-color css

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

 a { background-color: rgb(177,51,63); }

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

border-color css

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

 span { border-color: rgb(177,51,63); }

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