Html Css Color HEX #B81C0D Fire Brick

📋 copy color: '#B81C0D'

red 184 ◦ green 28 ◦ blue 13

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

Shades of Fire Brick #B81C0D

Tints of Fire Brick #B81C0D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.44%

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

R = 81.78%
G = 12.44%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B81C0D (or 0xB81C0D) is known color: Fire Brick. HEX triplet: B8, 1C and 0D. RGB value is (184,28,13). Sum of RGB (Red+Green+Blue) = 184+28+13=225 (29% of max value = 765). Red value is 184 (72.27% from 255 or 81.78% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81C0D is #47E3F2. Grayscale: #494949. Windows color (decimal): -4711411 or 859320. OLE color: 859320.

HSL color Cylindrical-coordinate representation of color #B81C0D: hue angle of 5.26º 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 #B81C0D is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 28 13 -
CMYK 0 0.85 0.93 0.28
HSL 5.26º 0.87% 0.39% -
HSV(B) 5.26º 0.93% 0.72% -
XYZ 20.26 11.05 1.45 -
YUV 72.93 94.18 207.22 -
System Red Green Blue C M Y K H S L
Decimal 184 28 13 0 0.85 0.93 0.28 5.26 0.87 0.39
Hex B8 1C D 0 55 5D 1C 5 57 27
Octal 270 34 15 0 125 135 34 5 127 47
Binary 10111000 11100 1101 0 1010101 1011101 11100 101 1010111 100111

Color Harmonies of #B81C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81C0D

Black with #B81C0D

Text Example


Text Example

White with #B81C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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