Html Css Color HEX #B81F0E Fire Brick

📋 copy color: '#B81F0E'

red 184 ◦ green 31 ◦ blue 14

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

Shades of Fire Brick #B81F0E

Tints of Fire Brick #B81F0E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.54%

 BLUE value IS 14 (5.86% from 255) = 6.11%

R = 80.35%
G = 13.54%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B81F0E (or 0xB81F0E) is known color: Fire Brick. HEX triplet: B8, 1F and 0E. RGB value is (184,31,14). Sum of RGB (Red+Green+Blue) = 184+31+14=229 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.35% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 184 - color contains mainly: red. Hex color #B81F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81F0E is #47E0F1. Grayscale: #4B4B4B. Windows color (decimal): -4710642 or 925624. OLE color: 925624.

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

Color convert

RGB 184 31 14 -
CMYK 0 0.83 0.92 0.28
HSL 0.86% 0.39% -
HSV(B) 0.92% 0.72% -
XYZ 20.34 11.2 1.51 -
YUV 74.81 93.69 205.88 -
System Red Green Blue C M Y K H S L
Decimal 184 31 14 0 0.83 0.92 0.28 6 0.86 0.39
Hex B8 1F E 0 53 5C 1C 6 56 27
Octal 270 37 16 0 123 134 34 6 126 47
Binary 10111000 11111 1110 0 1010011 1011100 11100 110 1010110 100111

Color Harmonies of #B81F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81F0E

Black with #B81F0E

Text Example


Text Example

White with #B81F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81F0E; }

 p { color: rgb(184,31,14); }

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

background-color css

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

 a { background-color: rgb(184,31,14); }

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

border-color css

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

 span { border-color: rgb(184,31,14); }

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