Html Css Color HEX #B91913 Fire Brick

📋 copy color: '#B91913'

red 185 ◦ green 25 ◦ blue 19

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

Shades of Fire Brick #B91913

Tints of Fire Brick #B91913

RGB

 RED value IS 185 (72.66% from 255) = 80.79%

 GREEN value IS 25 (10.16% from 255) = 10.92%

 BLUE value IS 19 (7.81% from 255) = 8.3%

R = 80.79%
G = 10.92%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B91913 (or 0xB91913) is known color: Fire Brick. HEX triplet: B9, 19 and 13. RGB value is (185,25,19). Sum of RGB (Red+Green+Blue) = 185+25+19=229 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.79% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 185 - color contains mainly: red. Hex color #B91913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91913 is #46E6EC. Grayscale: #484848. Windows color (decimal): -4646637 or 1251769. OLE color: 1251769.

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

Color convert

RGB 185 25 19 -
CMYK 0 0.86 0.90 0.27
HSL 2.17º 0.81% 0.4% -
HSV(B) 2.17º 0.9% 0.73% -
XYZ 20.47 11.06 1.67 -
YUV 72.16 98.01 208.49 -
System Red Green Blue C M Y K H S L
Decimal 185 25 19 0 0.86 0.90 0.27 2.17 0.81 0.4
Hex B9 19 13 0 56 5A 1B 2 51 28
Octal 271 31 23 0 126 132 33 2 121 50
Binary 10111001 11001 10011 0 1010110 1011010 11011 10 1010001 101000

Color Harmonies of #B91913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91913

Black with #B91913

Text Example


Text Example

White with #B91913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91913; }

 p { color: rgb(185,25,19); }

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

background-color css

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

 a { background-color: rgb(185,25,19); }

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

border-color css

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

 span { border-color: rgb(185,25,19); }

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