Html Css Color HEX #B92A1E Fire Brick

📋 copy color: '#B92A1E'

red 185 ◦ green 42 ◦ blue 30

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

Shades of Fire Brick #B92A1E

Tints of Fire Brick #B92A1E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.34%

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

R = 71.98%
G = 16.34%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B92A1E (or 0xB92A1E) is known color: Fire Brick. HEX triplet: B9, 2A and 1E. RGB value is (185,42,30). Sum of RGB (Red+Green+Blue) = 185+42+30=257 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.98% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92A1E is #46D5E1. Grayscale: #535353. Windows color (decimal): -4642274 or 1977017. OLE color: 1977017.

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

Color convert

RGB 185 42 30 -
CMYK 0 0.77 0.84 0.27
HSL 4.65º 0.72% 0.42% -
HSV(B) 4.65º 0.84% 0.73% -
XYZ 21.07 12.06 2.45 -
YUV 83.39 97.88 200.48 -
System Red Green Blue C M Y K H S L
Decimal 185 42 30 0 0.77 0.84 0.27 4.65 0.72 0.42
Hex B9 2A 1E 0 4D 54 1B 5 48 2A
Octal 271 52 36 0 115 124 33 5 110 52
Binary 10111001 101010 11110 0 1001101 1010100 11011 101 1001000 101010

Color Harmonies of #B92A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92A1E

Black with #B92A1E

Text Example


Text Example

White with #B92A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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