Html Css Color HEX #B93127 Fire Brick

📋 copy color: '#B93127'

red 185 ◦ green 49 ◦ blue 39

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

Shades of Fire Brick #B93127

Tints of Fire Brick #B93127

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.95%

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

R = 67.77%
G = 17.95%
B = 14.29%

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

#B93127 (or 0xB93127) is known color: Fire Brick. HEX triplet: B9, 31 and 27. RGB value is (185,49,39). Sum of RGB (Red+Green+Blue) = 185+49+39=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B93127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93127 is #46CED8. Grayscale: #585858. Windows color (decimal): -4640473 or 2568633. OLE color: 2568633.

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

Color convert

RGB 185 49 39 -
CMYK 0 0.74 0.79 0.27
HSL 4.11º 0.65% 0.44% -
HSV(B) 4.11º 0.79% 0.73% -
XYZ 21.47 12.66 3.23 -
YUV 88.52 100.06 196.81 -
System Red Green Blue C M Y K H S L
Decimal 185 49 39 0 0.74 0.79 0.27 4.11 0.65 0.44
Hex B9 31 27 0 4A 4F 1B 4 41 2C
Octal 271 61 47 0 112 117 33 4 101 54
Binary 10111001 110001 100111 0 1001010 1001111 11011 100 1000001 101100

Color Harmonies of #B93127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93127

Black with #B93127

Text Example


Text Example

White with #B93127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93127; }

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

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

background-color css

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

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

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

border-color css

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

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

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