Html Css Color HEX #B12927 Fire Brick

📋 copy color: '#B12927'

red 177 ◦ green 41 ◦ blue 39

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

Shades of Fire Brick #B12927

Tints of Fire Brick #B12927

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.95%

 BLUE value IS 39 (15.63% from 255) = 15.18%

R = 68.87%
G = 15.95%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B12927 (or 0xB12927) is known color: Fire Brick. HEX triplet: B1, 29 and 27. RGB value is (177,41,39). Sum of RGB (Red+Green+Blue) = 177+41+39=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B12927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12927 is #4ED6D8. Grayscale: #515151. Windows color (decimal): -5166809 or 2566577. OLE color: 2566577.

HSL color Cylindrical-coordinate representation of color #B12927: hue angle of 0.87º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12927 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 41 39 -
CMYK 0 0.77 0.78 0.31
HSL 0.87º 0.64% 0.42% -
HSV(B) 0.87º 0.78% 0.69% -
XYZ 19.29 11.08 3.04 -
YUV 81.44 104.06 196.16 -
System Red Green Blue C M Y K H S L
Decimal 177 41 39 0 0.77 0.78 0.31 0.87 0.64 0.42
Hex B1 29 27 0 4D 4E 1F 1 40 2A
Octal 261 51 47 0 115 116 37 1 100 52
Binary 10110001 101001 100111 0 1001101 1001110 11111 1 1000000 101010

Color Harmonies of #B12927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12927

Black with #B12927

Text Example


Text Example

White with #B12927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12927; }

 p { color: rgb(177,41,39); }

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

background-color css

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

 a { background-color: rgb(177,41,39); }

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

border-color css

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

 span { border-color: rgb(177,41,39); }

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