Html Css Color HEX #B1321E Fire Brick

📋 copy color: '#B1321E'

red 177 ◦ green 50 ◦ blue 30

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

Shades of Fire Brick #B1321E

Tints of Fire Brick #B1321E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.67%

R = 68.87%
G = 19.46%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B1321E (or 0xB1321E) is known color: Fire Brick. HEX triplet: B1, 32 and 1E. RGB value is (177,50,30). Sum of RGB (Red+Green+Blue) = 177+50+30=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B1321E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1321E is #4ECDE1. Grayscale: #555555. Windows color (decimal): -5164514 or 1979057. OLE color: 1979057.

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

Color convert

RGB 177 50 30 -
CMYK 0 0.72 0.83 0.31
HSL 8.16º 0.71% 0.41% -
HSV(B) 8.16º 0.83% 0.69% -
XYZ 19.51 11.72 2.46 -
YUV 85.69 96.58 193.13 -
System Red Green Blue C M Y K H S L
Decimal 177 50 30 0 0.72 0.83 0.31 8.16 0.71 0.41
Hex B1 32 1E 0 48 53 1F 8 47 29
Octal 261 62 36 0 110 123 37 10 107 51
Binary 10110001 110010 11110 0 1001000 1010011 11111 1000 1000111 101001

Color Harmonies of #B1321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1321E

Black with #B1321E

Text Example


Text Example

White with #B1321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1321E; }

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

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

background-color css

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

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

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

border-color css

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

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

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