Html Css Color HEX #B1333E Brick Red

📋 copy color: '#B1333E'

red 177 ◦ green 51 ◦ blue 62

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

Shades of Brick Red #B1333E

Tints of Brick Red #B1333E

RGB

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

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

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

R = 61.03%
G = 17.59%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B1333E (or 0xB1333E) is known color: Brick Red. HEX triplet: B1, 33 and 3E. RGB value is (177,51,62). Sum of RGB (Red+Green+Blue) = 177+51+62=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B1333E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1333E is #4ECCC1. Grayscale: #5A5A5A. Windows color (decimal): -5164226 or 4076465. OLE color: 4076465.

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

Color convert

RGB 177 51 62 -
CMYK 0 0.71 0.65 0.31
HSL 354.76º 0.55% 0.45% -
HSV(B) 354.76º 0.71% 0.69% -
XYZ 20.18 12.06 5.82 -
YUV 89.93 112.24 190.11 -
System Red Green Blue C M Y K H S L
Decimal 177 51 62 0 0.71 0.65 0.31 354.76 0.55 0.45
Hex B1 33 3E 0 47 41 1F 163 37 2D
Octal 261 63 76 0 107 101 37 543 67 55
Binary 10110001 110011 111110 0 1000111 1000001 11111 101100011 110111 101101

Color Harmonies of #B1333E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1333E

Black with #B1333E

Text Example


Text Example

White with #B1333E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1333E; }

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

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

background-color css

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

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

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

border-color css

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

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

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