Html Css Color HEX #B1251B Fire Brick

📋 copy color: '#B1251B'

red 177 ◦ green 37 ◦ blue 27

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

Shades of Fire Brick #B1251B

Tints of Fire Brick #B1251B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.35%

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

R = 73.44%
G = 15.35%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1251B (or 0xB1251B) is known color: Fire Brick. HEX triplet: B1, 25 and 1B. RGB value is (177,37,27). Sum of RGB (Red+Green+Blue) = 177+37+27=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B1251B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1251B is #4EDAE4. Grayscale: #4D4D4D. Windows color (decimal): -5167845 or 1779121. OLE color: 1779121.

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

Color convert

RGB 177 37 27 -
CMYK 0 0.79 0.85 0.31
HSL 0.74% 0.4% -
HSV(B) 0.85% 0.69% -
XYZ 18.99 10.75 2.11 -
YUV 77.72 99.38 198.81 -
System Red Green Blue C M Y K H S L
Decimal 177 37 27 0 0.79 0.85 0.31 4 0.74 0.4
Hex B1 25 1B 0 4F 55 1F 4 4A 28
Octal 261 45 33 0 117 125 37 4 112 50
Binary 10110001 100101 11011 0 1001111 1010101 11111 100 1001010 101000

Color Harmonies of #B1251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1251B

Black with #B1251B

Text Example


Text Example

White with #B1251B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1251B; }

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

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

background-color css

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

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

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

border-color css

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

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

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