Html Css Color HEX #B92D1E Fire Brick

📋 copy color: '#B92D1E'

red 185 ◦ green 45 ◦ blue 30

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

Shades of Fire Brick #B92D1E

Tints of Fire Brick #B92D1E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.31%

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

R = 71.15%
G = 17.31%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B92D1E (or 0xB92D1E) is known color: Fire Brick. HEX triplet: B9, 2D and 1E. RGB value is (185,45,30). Sum of RGB (Red+Green+Blue) = 185+45+30=260 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.15% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92D1E is #46D2E1. Grayscale: #555555. Windows color (decimal): -4641506 or 1977785. OLE color: 1977785.

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

Color convert

RGB 185 45 30 -
CMYK 0 0.76 0.84 0.27
HSL 5.81º 0.72% 0.42% -
HSV(B) 5.81º 0.84% 0.73% -
XYZ 21.18 12.28 2.48 -
YUV 85.15 96.88 199.22 -
System Red Green Blue C M Y K H S L
Decimal 185 45 30 0 0.76 0.84 0.27 5.81 0.72 0.42
Hex B9 2D 1E 0 4C 54 1B 6 48 2A
Octal 271 55 36 0 114 124 33 6 110 52
Binary 10111001 101101 11110 0 1001100 1010100 11011 110 1001000 101010

Color Harmonies of #B92D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92D1E

Black with #B92D1E

Text Example


Text Example

White with #B92D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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