Html Css Color HEX #B81A12 Fire Brick

📋 copy color: '#B81A12'

red 184 ◦ green 26 ◦ blue 18

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

Shades of Fire Brick #B81A12

Tints of Fire Brick #B81A12

RGB

 RED value IS 184 (72.27% from 255) = 80.7%

 GREEN value IS 26 (10.55% from 255) = 11.4%

 BLUE value IS 18 (7.42% from 255) = 7.89%

R = 80.7%
G = 11.4%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B81A12 (or 0xB81A12) is known color: Fire Brick. HEX triplet: B8, 1A and 12. RGB value is (184,26,18). Sum of RGB (Red+Green+Blue) = 184+26+18=228 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.70% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81A12 is #47E5ED. Grayscale: #484848. Windows color (decimal): -4711918 or 1186488. OLE color: 1186488.

HSL color Cylindrical-coordinate representation of color #B81A12: hue angle of 2.89º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81A12 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 26 18 -
CMYK 0 0.86 0.90 0.28
HSL 2.89º 0.82% 0.4% -
HSV(B) 2.89º 0.9% 0.72% -
XYZ 20.25 10.97 1.62 -
YUV 72.33 97.35 207.65 -
System Red Green Blue C M Y K H S L
Decimal 184 26 18 0 0.86 0.90 0.28 2.89 0.82 0.4
Hex B8 1A 12 0 56 5A 1C 3 52 28
Octal 270 32 22 0 126 132 34 3 122 50
Binary 10111000 11010 10010 0 1010110 1011010 11100 11 1010010 101000

Color Harmonies of #B81A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81A12

Black with #B81A12

Text Example


Text Example

White with #B81A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81A12; }

 p { color: rgb(184,26,18); }

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

background-color css

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

 a { background-color: rgb(184,26,18); }

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

border-color css

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

 span { border-color: rgb(184,26,18); }

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