Html Css Color HEX #B92321 Fire Brick

📋 copy color: '#B92321'

red 185 ◦ green 35 ◦ blue 33

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

Shades of Fire Brick #B92321

Tints of Fire Brick #B92321

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.83%

 BLUE value IS 33 (13.28% from 255) = 13.04%

R = 73.12%
G = 13.83%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B92321 (or 0xB92321) is known color: Fire Brick. HEX triplet: B9, 23 and 21. RGB value is (185,35,33). Sum of RGB (Red+Green+Blue) = 185+35+33=253 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.12% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 185 - color contains mainly: red. Hex color #B92321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92321 is #46DCDE. Grayscale: #4F4F4F. Windows color (decimal): -4644063 or 2171833. OLE color: 2171833.

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

Color convert

RGB 185 35 33 -
CMYK 0 0.81 0.82 0.27
HSL 0.79º 0.7% 0.43% -
HSV(B) 0.79º 0.82% 0.73% -
XYZ 20.88 11.63 2.58 -
YUV 79.62 101.7 203.16 -
System Red Green Blue C M Y K H S L
Decimal 185 35 33 0 0.81 0.82 0.27 0.79 0.7 0.43
Hex B9 23 21 0 51 52 1B 1 46 2B
Octal 271 43 41 0 121 122 33 1 106 53
Binary 10111001 100011 100001 0 1010001 1010010 11011 1 1000110 101011

Color Harmonies of #B92321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92321

Black with #B92321

Text Example


Text Example

White with #B92321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92321; }

 p { color: rgb(185,35,33); }

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

background-color css

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

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

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

border-color css

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

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

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