Html Css Color HEX #B92828 Fire Brick

📋 copy color: '#B92828'

red 185 ◦ green 40 ◦ blue 40

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

Shades of Fire Brick #B92828

Tints of Fire Brick #B92828

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.09%

 BLUE value IS 40 (16.02% from 255) = 15.09%

R = 69.81%
G = 15.09%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B92828 (or 0xB92828) is known color: Fire Brick. HEX triplet: B9, 28 and 28. RGB value is (185,40,40). Sum of RGB (Red+Green+Blue) = 185+40+40=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B92828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92828 is #46D7D7. Grayscale: #535353. Windows color (decimal): -4642776 or 2631865. OLE color: 2631865.

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

Color convert

RGB 185 40 40 -
CMYK 0 0.78 0.78 0.27
HSL 0.64% 0.44% -
HSV(B) 0.78% 0.73% -
XYZ 21.15 11.99 3.21 -
YUV 83.36 103.54 200.5 -
System Red Green Blue C M Y K H S L
Decimal 185 40 40 0 0.78 0.78 0.27 0 0.64 0.44
Hex B9 28 28 0 4E 4E 1B 0 40 2C
Octal 271 50 50 0 116 116 33 0 100 54
Binary 10111001 101000 101000 0 1001110 1001110 11011 0 1000000 101100

Color Harmonies of #B92828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92828

Black with #B92828

Text Example


Text Example

White with #B92828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92828; }

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

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

background-color css

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

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

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

border-color css

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

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

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