Html Css Color HEX #B1281C Fire Brick

📋 copy color: '#B1281C'

red 177 ◦ green 40 ◦ blue 28

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

Shades of Fire Brick #B1281C

Tints of Fire Brick #B1281C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.33%

 BLUE value IS 28 (11.33% from 255) = 11.43%

R = 72.24%
G = 16.33%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1281C (or 0xB1281C) is known color: Fire Brick. HEX triplet: B1, 28 and 1C. RGB value is (177,40,28). Sum of RGB (Red+Green+Blue) = 177+40+28=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B1281C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1281C is #4ED7E3. Grayscale: #4F4F4F. Windows color (decimal): -5167076 or 1845425. OLE color: 1845425.

HSL color Cylindrical-coordinate representation of color #B1281C: hue angle of 4.83º degrees, saturation: 0.73, 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 #B1281C is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 40 28 -
CMYK 0 0.77 0.84 0.31
HSL 4.83º 0.73% 0.4% -
HSV(B) 4.83º 0.84% 0.69% -
XYZ 19.1 10.95 2.21 -
YUV 79.6 98.89 197.48 -
System Red Green Blue C M Y K H S L
Decimal 177 40 28 0 0.77 0.84 0.31 4.83 0.73 0.4
Hex B1 28 1C 0 4D 54 1F 5 49 28
Octal 261 50 34 0 115 124 37 5 111 50
Binary 10110001 101000 11100 0 1001101 1010100 11111 101 1001001 101000

Color Harmonies of #B1281C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1281C

Black with #B1281C

Text Example


Text Example

White with #B1281C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1281C; }

 p { color: rgb(177,40,28); }

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

background-color css

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

 a { background-color: rgb(177,40,28); }

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

border-color css

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

 span { border-color: rgb(177,40,28); }

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