Html Css Color HEX #B93328 Fire Brick

📋 copy color: '#B93328'

red 185 ◦ green 51 ◦ blue 40

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

Shades of Fire Brick #B93328

Tints of Fire Brick #B93328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.48%

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

R = 67.03%
G = 18.48%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B93328 (or 0xB93328) is known color: Fire Brick. HEX triplet: B9, 33 and 28. RGB value is (185,51,40). Sum of RGB (Red+Green+Blue) = 185+51+40=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B93328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93328 is #46CCD7. Grayscale: #595959. Windows color (decimal): -4639960 or 2634681. OLE color: 2634681.

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

Color convert

RGB 185 51 40 -
CMYK 0 0.72 0.78 0.27
HSL 4.55º 0.64% 0.44% -
HSV(B) 4.55º 0.78% 0.73% -
XYZ 21.57 12.84 3.35 -
YUV 89.81 99.89 195.89 -
System Red Green Blue C M Y K H S L
Decimal 185 51 40 0 0.72 0.78 0.27 4.55 0.64 0.44
Hex B9 33 28 0 48 4E 1B 5 40 2C
Octal 271 63 50 0 110 116 33 5 100 54
Binary 10111001 110011 101000 0 1001000 1001110 11011 101 1000000 101100

Color Harmonies of #B93328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93328

Black with #B93328

Text Example


Text Example

White with #B93328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93328; }

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

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

background-color css

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

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

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

border-color css

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

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

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