Html Css Color HEX #B1341F Fire Brick

📋 copy color: '#B1341F'

red 177 ◦ green 52 ◦ blue 31

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

Shades of Fire Brick #B1341F

Tints of Fire Brick #B1341F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20%

 BLUE value IS 31 (12.5% from 255) = 11.92%

R = 68.08%
G = 20%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B1341F (or 0xB1341F) is known color: Fire Brick. HEX triplet: B1, 34 and 1F. RGB value is (177,52,31). Sum of RGB (Red+Green+Blue) = 177+52+31=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B1341F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1341F is #4ECBE0. Grayscale: #575757. Windows color (decimal): -5164001 or 2045105. OLE color: 2045105.

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

Color convert

RGB 177 52 31 -
CMYK 0 0.71 0.82 0.31
HSL 8.63º 0.7% 0.41% -
HSV(B) 8.63º 0.82% 0.69% -
XYZ 19.61 11.9 2.56 -
YUV 86.98 96.41 192.21 -
System Red Green Blue C M Y K H S L
Decimal 177 52 31 0 0.71 0.82 0.31 8.63 0.7 0.41
Hex B1 34 1F 0 47 52 1F 9 46 29
Octal 261 64 37 0 107 122 37 11 106 51
Binary 10110001 110100 11111 0 1000111 1010010 11111 1001 1000110 101001

Color Harmonies of #B1341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1341F

Black with #B1341F

Text Example


Text Example

White with #B1341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1341F; }

 p { color: rgb(177,52,31); }

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

background-color css

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

 a { background-color: rgb(177,52,31); }

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

border-color css

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

 span { border-color: rgb(177,52,31); }

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