Html Css Color HEX #B91413 Fire Brick

📋 copy color: '#B91413'

red 185 ◦ green 20 ◦ blue 19

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

Shades of Fire Brick #B91413

Tints of Fire Brick #B91413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.93%

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

R = 82.59%
G = 8.93%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B91413 (or 0xB91413) is known color: Fire Brick. HEX triplet: B9, 14 and 13. RGB value is (185,20,19). Sum of RGB (Red+Green+Blue) = 185+20+19=224 (29% of max value = 765). Red value is 185 (72.66% from 255 or 82.59% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 185 - color contains mainly: red. Hex color #B91413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91413 is #46EBEC. Grayscale: #454545. Windows color (decimal): -4647917 or 1250489. OLE color: 1250489.

HSL color Cylindrical-coordinate representation of color #B91413: hue angle of 0.36º 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 #B91413 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 20 19 -
CMYK 0 0.89 0.90 0.27
HSL 0.36º 0.81% 0.4% -
HSV(B) 0.36º 0.9% 0.73% -
XYZ 20.38 10.86 1.64 -
YUV 69.22 99.66 210.58 -
System Red Green Blue C M Y K H S L
Decimal 185 20 19 0 0.89 0.90 0.27 0.36 0.81 0.4
Hex B9 14 13 0 59 5A 1B 0 51 28
Octal 271 24 23 0 131 132 33 0 121 50
Binary 10111001 10100 10011 0 1011001 1011010 11011 0 1010001 101000

Color Harmonies of #B91413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91413

Black with #B91413

Text Example


Text Example

White with #B91413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91413; }

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

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

background-color css

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

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

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

border-color css

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

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

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