Html Css Color HEX #B93120 Fire Brick

📋 copy color: '#B93120'

red 185 ◦ green 49 ◦ blue 32

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

Shades of Fire Brick #B93120

Tints of Fire Brick #B93120

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.42%

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

R = 69.55%
G = 18.42%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B93120 (or 0xB93120) is known color: Fire Brick. HEX triplet: B9, 31 and 20. RGB value is (185,49,32). Sum of RGB (Red+Green+Blue) = 185+49+32=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B93120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93120 is #46CEDF. Grayscale: #575757. Windows color (decimal): -4640480 or 2109881. OLE color: 2109881.

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

Color convert

RGB 185 49 32 -
CMYK 0 0.74 0.83 0.27
HSL 6.67º 0.71% 0.43% -
HSV(B) 6.67º 0.83% 0.73% -
XYZ 21.37 12.62 2.68 -
YUV 87.73 96.56 197.38 -
System Red Green Blue C M Y K H S L
Decimal 185 49 32 0 0.74 0.83 0.27 6.67 0.71 0.43
Hex B9 31 20 0 4A 53 1B 7 47 2B
Octal 271 61 40 0 112 123 33 7 107 53
Binary 10111001 110001 100000 0 1001010 1010011 11011 111 1000111 101011

Color Harmonies of #B93120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93120

Black with #B93120

Text Example


Text Example

White with #B93120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93120; }

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

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

background-color css

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

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

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

border-color css

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

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

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