Html Css Color HEX #B92928 Fire Brick

📋 copy color: '#B92928'

red 185 ◦ green 41 ◦ blue 40

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

Shades of Fire Brick #B92928

Tints of Fire Brick #B92928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.41%

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

R = 69.55%
G = 15.41%
B = 15.04%

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

#B92928 (or 0xB92928) is known color: Fire Brick. HEX triplet: B9, 29 and 28. RGB value is (185,41,40). Sum of RGB (Red+Green+Blue) = 185+41+40=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B92928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92928 is #46D6D7. Grayscale: #545454. Windows color (decimal): -4642520 or 2632121. OLE color: 2632121.

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

Color convert

RGB 185 41 40 -
CMYK 0 0.78 0.78 0.27
HSL 0.41º 0.64% 0.44% -
HSV(B) 0.41º 0.78% 0.73% -
XYZ 21.18 12.05 3.22 -
YUV 83.94 103.21 200.08 -
System Red Green Blue C M Y K H S L
Decimal 185 41 40 0 0.78 0.78 0.27 0.41 0.64 0.44
Hex B9 29 28 0 4E 4E 1B 0 40 2C
Octal 271 51 50 0 116 116 33 0 100 54
Binary 10111001 101001 101000 0 1001110 1001110 11011 0 1000000 101100

Color Harmonies of #B92928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92928

Black with #B92928

Text Example


Text Example

White with #B92928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92928; }

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

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

background-color css

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

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

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

border-color css

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

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

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