Html Css Color HEX #B1321B Fire Brick

📋 copy color: '#B1321B'

red 177 ◦ green 50 ◦ blue 27

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

Shades of Fire Brick #B1321B

Tints of Fire Brick #B1321B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.69%

 BLUE value IS 27 (10.94% from 255) = 10.63%

R = 69.69%
G = 19.69%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1321B (or 0xB1321B) is known color: Fire Brick. HEX triplet: B1, 32 and 1B. RGB value is (177,50,27). Sum of RGB (Red+Green+Blue) = 177+50+27=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B1321B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1321B is #4ECDE4. Grayscale: #555555. Windows color (decimal): -5164517 or 1782449. OLE color: 1782449.

HSL color Cylindrical-coordinate representation of color #B1321B: hue angle of 9.2º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1321B is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 50 27 -
CMYK 0 0.72 0.85 0.31
HSL 9.2º 0.74% 0.4% -
HSV(B) 9.2º 0.85% 0.69% -
XYZ 19.47 11.71 2.27 -
YUV 85.35 95.08 193.37 -
System Red Green Blue C M Y K H S L
Decimal 177 50 27 0 0.72 0.85 0.31 9.2 0.74 0.4
Hex B1 32 1B 0 48 55 1F 9 4A 28
Octal 261 62 33 0 110 125 37 11 112 50
Binary 10110001 110010 11011 0 1001000 1010101 11111 1001 1001010 101000

Color Harmonies of #B1321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1321B

Black with #B1321B

Text Example


Text Example

White with #B1321B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1321B; }

 p { color: rgb(177,50,27); }

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

background-color css

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

 a { background-color: rgb(177,50,27); }

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

border-color css

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

 span { border-color: rgb(177,50,27); }

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