Html Css Color HEX #B1333B Brick Red

📋 copy color: '#B1333B'

red 177 ◦ green 51 ◦ blue 59

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

Shades of Brick Red #B1333B

Tints of Brick Red #B1333B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.56%

R = 61.67%
G = 17.77%
B = 20.56%

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

#B1333B (or 0xB1333B) is known color: Brick Red. HEX triplet: B1, 33 and 3B. RGB value is (177,51,59). Sum of RGB (Red+Green+Blue) = 177+51+59=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B1333B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1333B is #4ECCC4. Grayscale: #595959. Windows color (decimal): -5164229 or 3879857. OLE color: 3879857.

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

Color convert

RGB 177 51 59 -
CMYK 0 0.71 0.67 0.31
HSL 356.19º 0.55% 0.45% -
HSV(B) 356.19º 0.71% 0.69% -
XYZ 20.1 12.03 5.4 -
YUV 89.59 110.74 190.35 -
System Red Green Blue C M Y K H S L
Decimal 177 51 59 0 0.71 0.67 0.31 356.19 0.55 0.45
Hex B1 33 3B 0 47 43 1F 164 37 2D
Octal 261 63 73 0 107 103 37 544 67 55
Binary 10110001 110011 111011 0 1000111 1000011 11111 101100100 110111 101101

Color Harmonies of #B1333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1333B

Black with #B1333B

Text Example


Text Example

White with #B1333B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1333B; }

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

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

background-color css

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

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

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

border-color css

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

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

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