Html Css Color HEX #B92020 Fire Brick

📋 copy color: '#B92020'

red 185 ◦ green 32 ◦ blue 32

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

Shades of Fire Brick #B92020

Tints of Fire Brick #B92020

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.85%

 BLUE value IS 32 (12.89% from 255) = 12.85%

R = 74.3%
G = 12.85%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B92020 (or 0xB92020) is known color: Fire Brick. HEX triplet: B9, 20 and 20. RGB value is (185,32,32). Sum of RGB (Red+Green+Blue) = 185+32+32=249 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.30% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 185 - color contains mainly: red. Hex color #B92020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92020 is #46DFDF. Grayscale: #4D4D4D. Windows color (decimal): -4644832 or 2105529. OLE color: 2105529.

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

Color convert

RGB 185 32 32 -
CMYK 0 0.83 0.83 0.27
HSL 0.71% 0.43% -
HSV(B) 0.83% 0.73% -
XYZ 20.78 11.45 2.48 -
YUV 77.75 102.19 204.5 -
System Red Green Blue C M Y K H S L
Decimal 185 32 32 0 0.83 0.83 0.27 0 0.71 0.43
Hex B9 20 20 0 53 53 1B 0 47 2B
Octal 271 40 40 0 123 123 33 0 107 53
Binary 10111001 100000 100000 0 1010011 1010011 11011 0 1000111 101011

Color Harmonies of #B92020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92020

Black with #B92020

Text Example


Text Example

White with #B92020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92020; }

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

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

background-color css

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

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

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

border-color css

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

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

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