Html Css Color HEX #B9231A Fire Brick

📋 copy color: '#B9231A'

red 185 ◦ green 35 ◦ blue 26

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

Shades of Fire Brick #B9231A

Tints of Fire Brick #B9231A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.23%

 BLUE value IS 26 (10.55% from 255) = 10.57%

R = 75.2%
G = 14.23%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9231A (or 0xB9231A) is known color: Fire Brick. HEX triplet: B9, 23 and 1A. RGB value is (185,35,26). Sum of RGB (Red+Green+Blue) = 185+35+26=246 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.20% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 185 - color contains mainly: red. Hex color #B9231A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9231A is #46DCE5. Grayscale: #4F4F4F. Windows color (decimal): -4644070 or 1713081. OLE color: 1713081.

HSL color Cylindrical-coordinate representation of color #B9231A: hue angle of 3.4º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9231A is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 35 26 -
CMYK 0 0.81 0.86 0.27
HSL 3.4º 0.75% 0.41% -
HSV(B) 3.4º 0.86% 0.73% -
XYZ 20.8 11.59 2.12 -
YUV 78.82 98.2 203.73 -
System Red Green Blue C M Y K H S L
Decimal 185 35 26 0 0.81 0.86 0.27 3.4 0.75 0.41
Hex B9 23 1A 0 51 56 1B 3 4B 29
Octal 271 43 32 0 121 126 33 3 113 51
Binary 10111001 100011 11010 0 1010001 1010110 11011 11 1001011 101001

Color Harmonies of #B9231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9231A

Black with #B9231A

Text Example


Text Example

White with #B9231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9231A; }

 p { color: rgb(185,35,26); }

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

background-color css

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

 a { background-color: rgb(185,35,26); }

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

border-color css

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

 span { border-color: rgb(185,35,26); }

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