Html Css Color HEX #B93027 Fire Brick

📋 copy color: '#B93027'

red 185 ◦ green 48 ◦ blue 39

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

Shades of Fire Brick #B93027

Tints of Fire Brick #B93027

RGB

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

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

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

R = 68.01%
G = 17.65%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B93027 (or 0xB93027) is known color: Fire Brick. HEX triplet: B9, 30 and 27. RGB value is (185,48,39). Sum of RGB (Red+Green+Blue) = 185+48+39=272 (36% of max value = 765). Red value is 185 (72.66% from 255 or 68.01% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 185 - color contains mainly: red. Hex color #B93027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93027 is #46CFD8. Grayscale: #585858. Windows color (decimal): -4640729 or 2568377. OLE color: 2568377.

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

Color convert

RGB 185 48 39 -
CMYK 0 0.74 0.79 0.27
HSL 3.7º 0.65% 0.44% -
HSV(B) 3.7º 0.79% 0.73% -
XYZ 21.43 12.57 3.22 -
YUV 87.94 100.39 197.23 -
System Red Green Blue C M Y K H S L
Decimal 185 48 39 0 0.74 0.79 0.27 3.7 0.65 0.44
Hex B9 30 27 0 4A 4F 1B 4 41 2C
Octal 271 60 47 0 112 117 33 4 101 54
Binary 10111001 110000 100111 0 1001010 1001111 11011 100 1000001 101100

Color Harmonies of #B93027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93027

Black with #B93027

Text Example


Text Example

White with #B93027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93027; }

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

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

background-color css

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

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

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

border-color css

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

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

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