Html Css Color HEX #B12516 Fire Brick

📋 copy color: '#B12516'

red 177 ◦ green 37 ◦ blue 22

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

Shades of Fire Brick #B12516

Tints of Fire Brick #B12516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.32%

R = 75%
G = 15.68%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B12516 (or 0xB12516) is known color: Fire Brick. HEX triplet: B1, 25 and 16. RGB value is (177,37,22). Sum of RGB (Red+Green+Blue) = 177+37+22=236 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 177 - color contains mainly: red. Hex color #B12516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12516 is #4EDAE9. Grayscale: #4D4D4D. Windows color (decimal): -5167850 or 1451441. OLE color: 1451441.

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

Color convert

RGB 177 37 22 -
CMYK 0 0.79 0.88 0.31
HSL 5.81º 0.78% 0.39% -
HSV(B) 5.81º 0.88% 0.69% -
XYZ 18.94 10.73 1.83 -
YUV 77.15 96.88 199.22 -
System Red Green Blue C M Y K H S L
Decimal 177 37 22 0 0.79 0.88 0.31 5.81 0.78 0.39
Hex B1 25 16 0 4F 58 1F 6 4E 27
Octal 261 45 26 0 117 130 37 6 116 47
Binary 10110001 100101 10110 0 1001111 1011000 11111 110 1001110 100111

Color Harmonies of #B12516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12516

Black with #B12516

Text Example


Text Example

White with #B12516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12516; }

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

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

background-color css

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

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

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

border-color css

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

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

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