Html Css Color HEX #B91E1E Fire Brick

📋 copy color: '#B91E1E'

red 185 ◦ green 30 ◦ blue 30

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

Shades of Fire Brick #B91E1E

Tints of Fire Brick #B91E1E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.24%

 BLUE value IS 30 (12.11% from 255) = 12.24%

R = 75.51%
G = 12.24%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B91E1E (or 0xB91E1E) is known color: Fire Brick. HEX triplet: B9, 1E and 1E. RGB value is (185,30,30). Sum of RGB (Red+Green+Blue) = 185+30+30=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B91E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91E1E is #46E1E1. Grayscale: #4C4C4C. Windows color (decimal): -4645346 or 1973945. OLE color: 1973945.

HSL color Cylindrical-coordinate representation of color #B91E1E: hue angle of 0º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B91E1E is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 30 30 -
CMYK 0 0.84 0.84 0.27
HSL 0.72% 0.42% -
HSV(B) 0.84% 0.73% -
XYZ 20.71 11.34 2.33 -
YUV 76.35 101.85 205.5 -
System Red Green Blue C M Y K H S L
Decimal 185 30 30 0 0.84 0.84 0.27 0 0.72 0.42
Hex B9 1E 1E 0 54 54 1B 0 48 2A
Octal 271 36 36 0 124 124 33 0 110 52
Binary 10111001 11110 11110 0 1010100 1010100 11011 0 1001000 101010

Color Harmonies of #B91E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91E1E

Black with #B91E1E

Text Example


Text Example

White with #B91E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91E1E; }

 p { color: rgb(185,30,30); }

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

background-color css

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

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

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

border-color css

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

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

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