Html Css Color HEX #B92C28 Fire Brick

📋 copy color: '#B92C28'

red 185 ◦ green 44 ◦ blue 40

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

Shades of Fire Brick #B92C28

Tints of Fire Brick #B92C28

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.36%

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

R = 68.77%
G = 16.36%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B92C28 (or 0xB92C28) is known color: Fire Brick. HEX triplet: B9, 2C and 28. RGB value is (185,44,40). Sum of RGB (Red+Green+Blue) = 185+44+40=269 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.77% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92C28 is #46D3D7. Grayscale: #555555. Windows color (decimal): -4641752 or 2632889. OLE color: 2632889.

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

Color convert

RGB 185 44 40 -
CMYK 0 0.76 0.78 0.27
HSL 1.66º 0.64% 0.44% -
HSV(B) 1.66º 0.78% 0.73% -
XYZ 21.29 12.27 3.25 -
YUV 85.7 102.21 198.83 -
System Red Green Blue C M Y K H S L
Decimal 185 44 40 0 0.76 0.78 0.27 1.66 0.64 0.44
Hex B9 2C 28 0 4C 4E 1B 2 40 2C
Octal 271 54 50 0 114 116 33 2 100 54
Binary 10111001 101100 101000 0 1001100 1001110 11011 10 1000000 101100

Color Harmonies of #B92C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92C28

Black with #B92C28

Text Example


Text Example

White with #B92C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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