Html Css Color HEX #B81A0D Fire Brick

📋 copy color: '#B81A0D'

red 184 ◦ green 26 ◦ blue 13

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

Shades of Fire Brick #B81A0D

Tints of Fire Brick #B81A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.83%

R = 82.51%
G = 11.66%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B81A0D (or 0xB81A0D) is known color: Fire Brick. HEX triplet: B8, 1A and 0D. RGB value is (184,26,13). Sum of RGB (Red+Green+Blue) = 184+26+13=223 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.51% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81A0D is #47E5F2. Grayscale: #474747. Windows color (decimal): -4711923 or 858808. OLE color: 858808.

HSL color Cylindrical-coordinate representation of color #B81A0D: hue angle of 4.56º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B81A0D is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 26 13 -
CMYK 0 0.86 0.93 0.28
HSL 4.56º 0.87% 0.39% -
HSV(B) 4.56º 0.93% 0.72% -
XYZ 20.21 10.96 1.43 -
YUV 71.76 94.85 208.06 -
System Red Green Blue C M Y K H S L
Decimal 184 26 13 0 0.86 0.93 0.28 4.56 0.87 0.39
Hex B8 1A D 0 56 5D 1C 5 57 27
Octal 270 32 15 0 126 135 34 5 127 47
Binary 10111000 11010 1101 0 1010110 1011101 11100 101 1010111 100111

Color Harmonies of #B81A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81A0D

Black with #B81A0D

Text Example


Text Example

White with #B81A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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