Html Css Color HEX #B91B0D Fire Brick

📋 copy color: '#B91B0D'

red 185 ◦ green 27 ◦ blue 13

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

Shades of Fire Brick #B91B0D

Tints of Fire Brick #B91B0D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12%

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

R = 82.22%
G = 12%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#B91B0D (or 0xB91B0D) is known color: Fire Brick. HEX triplet: B9, 1B and 0D. RGB value is (185,27,13). Sum of RGB (Red+Green+Blue) = 185+27+13=225 (29% of max value = 765). Red value is 185 (72.66% from 255 or 82.22% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 185 - color contains mainly: red. Hex color #B91B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B91B0D is #46E4F2. Grayscale: #484848. Windows color (decimal): -4646131 or 859065. OLE color: 859065.

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

Color convert

RGB 185 27 13 -
CMYK 0 0.85 0.93 0.27
HSL 4.88º 0.87% 0.39% -
HSV(B) 4.88º 0.93% 0.73% -
XYZ 20.47 11.13 1.45 -
YUV 72.65 94.35 208.14 -
System Red Green Blue C M Y K H S L
Decimal 185 27 13 0 0.85 0.93 0.27 4.88 0.87 0.39
Hex B9 1B D 0 55 5D 1B 5 57 27
Octal 271 33 15 0 125 135 33 5 127 47
Binary 10111001 11011 1101 0 1010101 1011101 11011 101 1010111 100111

Color Harmonies of #B91B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91B0D

Black with #B91B0D

Text Example


Text Example

White with #B91B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91B0D; }

 p { color: rgb(185,27,13); }

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

background-color css

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

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

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

border-color css

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

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

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