Html Css Color HEX #B93028 Fire Brick

📋 copy color: '#B93028'

red 185 ◦ green 48 ◦ blue 40

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

Shades of Fire Brick #B93028

Tints of Fire Brick #B93028

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.58%

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

R = 67.77%
G = 17.58%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B93028 (or 0xB93028) is known color: Fire Brick. HEX triplet: B9, 30 and 28. RGB value is (185,48,40). Sum of RGB (Red+Green+Blue) = 185+48+40=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B93028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93028 is #46CFD7. Grayscale: #585858. Windows color (decimal): -4640728 or 2633913. OLE color: 2633913.

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

Color convert

RGB 185 48 40 -
CMYK 0 0.74 0.78 0.27
HSL 3.31º 0.64% 0.44% -
HSV(B) 3.31º 0.78% 0.73% -
XYZ 21.45 12.58 3.31 -
YUV 88.05 100.89 197.15 -
System Red Green Blue C M Y K H S L
Decimal 185 48 40 0 0.74 0.78 0.27 3.31 0.64 0.44
Hex B9 30 28 0 4A 4E 1B 3 40 2C
Octal 271 60 50 0 112 116 33 3 100 54
Binary 10111001 110000 101000 0 1001010 1001110 11011 11 1000000 101100

Color Harmonies of #B93028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93028

Black with #B93028

Text Example


Text Example

White with #B93028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93028; }

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

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

background-color css

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

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

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

border-color css

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

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

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