Html Css Color HEX #B1251D Fire Brick

📋 copy color: '#B1251D'

red 177 ◦ green 37 ◦ blue 29

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

Shades of Fire Brick #B1251D

Tints of Fire Brick #B1251D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.93%

R = 72.84%
G = 15.23%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1251D (or 0xB1251D) is known color: Fire Brick. HEX triplet: B1, 25 and 1D. RGB value is (177,37,29). Sum of RGB (Red+Green+Blue) = 177+37+29=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B1251D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1251D is #4EDAE2. Grayscale: #4E4E4E. Windows color (decimal): -5167843 or 1910193. OLE color: 1910193.

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

Color convert

RGB 177 37 29 -
CMYK 0 0.79 0.84 0.31
HSL 3.24º 0.72% 0.4% -
HSV(B) 3.24º 0.84% 0.69% -
XYZ 19.01 10.76 2.24 -
YUV 77.95 100.38 198.65 -
System Red Green Blue C M Y K H S L
Decimal 177 37 29 0 0.79 0.84 0.31 3.24 0.72 0.4
Hex B1 25 1D 0 4F 54 1F 3 48 28
Octal 261 45 35 0 117 124 37 3 110 50
Binary 10110001 100101 11101 0 1001111 1010100 11111 11 1001000 101000

Color Harmonies of #B1251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1251D

Black with #B1251D

Text Example


Text Example

White with #B1251D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1251D; }

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

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

background-color css

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

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

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

border-color css

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

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

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