Html Css Color HEX #B12926 Fire Brick

📋 copy color: '#B12926'

red 177 ◦ green 41 ◦ blue 38

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

Shades of Fire Brick #B12926

Tints of Fire Brick #B12926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.84%

R = 69.14%
G = 16.02%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B12926 (or 0xB12926) is known color: Fire Brick. HEX triplet: B1, 29 and 26. RGB value is (177,41,38). Sum of RGB (Red+Green+Blue) = 177+41+38=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B12926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12926 is #4ED6D9. Grayscale: #515151. Windows color (decimal): -5166810 or 2501041. OLE color: 2501041.

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

Color convert

RGB 177 41 38 -
CMYK 0 0.77 0.79 0.31
HSL 1.29º 0.65% 0.42% -
HSV(B) 1.29º 0.79% 0.69% -
XYZ 19.27 11.07 2.96 -
YUV 81.32 103.56 196.24 -
System Red Green Blue C M Y K H S L
Decimal 177 41 38 0 0.77 0.79 0.31 1.29 0.65 0.42
Hex B1 29 26 0 4D 4F 1F 1 41 2A
Octal 261 51 46 0 115 117 37 1 101 52
Binary 10110001 101001 100110 0 1001101 1001111 11111 1 1000001 101010

Color Harmonies of #B12926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12926

Black with #B12926

Text Example


Text Example

White with #B12926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12926; }

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

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

background-color css

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

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

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

border-color css

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

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

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