Html Css Color HEX #B92E2E Fire Brick

📋 copy color: '#B92E2E'

red 185 ◦ green 46 ◦ blue 46

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

Shades of Fire Brick #B92E2E

Tints of Fire Brick #B92E2E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.61%

 BLUE value IS 46 (18.36% from 255) = 16.61%

R = 66.79%
G = 16.61%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B92E2E (or 0xB92E2E) is known color: Fire Brick. HEX triplet: B9, 2E and 2E. RGB value is (185,46,46). Sum of RGB (Red+Green+Blue) = 185+46+46=277 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.79% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 185 - color contains mainly: red. Hex color #B92E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92E2E is #46D1D1. Grayscale: #575757. Windows color (decimal): -4641234 or 3026617. OLE color: 3026617.

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

Color convert

RGB 185 46 46 -
CMYK 0 0.75 0.75 0.27
HSL 0.6% 0.45% -
HSV(B) 0.75% 0.73% -
XYZ 21.48 12.47 3.86 -
YUV 87.56 104.55 197.5 -
System Red Green Blue C M Y K H S L
Decimal 185 46 46 0 0.75 0.75 0.27 0 0.6 0.45
Hex B9 2E 2E 0 4B 4B 1B 0 3C 2D
Octal 271 56 56 0 113 113 33 0 74 55
Binary 10111001 101110 101110 0 1001011 1001011 11011 0 111100 101101

Color Harmonies of #B92E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92E2E

Black with #B92E2E

Text Example


Text Example

White with #B92E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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