Html Css Color HEX #B93227 Fire Brick

📋 copy color: '#B93227'

red 185 ◦ green 50 ◦ blue 39

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

Shades of Fire Brick #B93227

Tints of Fire Brick #B93227

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.25%

 BLUE value IS 39 (15.63% from 255) = 14.23%

R = 67.52%
G = 18.25%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B93227 (or 0xB93227) is known color: Fire Brick. HEX triplet: B9, 32 and 27. RGB value is (185,50,39). Sum of RGB (Red+Green+Blue) = 185+50+39=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B93227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93227 is #46CDD8. Grayscale: #595959. Windows color (decimal): -4640217 or 2568889. OLE color: 2568889.

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

Color convert

RGB 185 50 39 -
CMYK 0 0.73 0.79 0.27
HSL 4.52º 0.65% 0.44% -
HSV(B) 4.52º 0.79% 0.73% -
XYZ 21.51 12.74 3.24 -
YUV 89.11 99.73 196.39 -
System Red Green Blue C M Y K H S L
Decimal 185 50 39 0 0.73 0.79 0.27 4.52 0.65 0.44
Hex B9 32 27 0 49 4F 1B 5 41 2C
Octal 271 62 47 0 111 117 33 5 101 54
Binary 10111001 110010 100111 0 1001001 1001111 11011 101 1000001 101100

Color Harmonies of #B93227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93227

Black with #B93227

Text Example


Text Example

White with #B93227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93227; }

 p { color: rgb(185,50,39); }

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

background-color css

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

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

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

border-color css

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

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

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