Html Css Color HEX #B9241A Fire Brick

📋 copy color: '#B9241A'

red 185 ◦ green 36 ◦ blue 26

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

Shades of Fire Brick #B9241A

Tints of Fire Brick #B9241A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.57%

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

R = 74.9%
G = 14.57%
B = 10.53%

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

#B9241A (or 0xB9241A) is known color: Fire Brick. HEX triplet: B9, 24 and 1A. RGB value is (185,36,26). Sum of RGB (Red+Green+Blue) = 185+36+26=247 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.90% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 185 - color contains mainly: red. Hex color #B9241A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9241A is #46DBE5. Grayscale: #4F4F4F. Windows color (decimal): -4643814 or 1713337. OLE color: 1713337.

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

Color convert

RGB 185 36 26 -
CMYK 0 0.81 0.86 0.27
HSL 3.77º 0.75% 0.41% -
HSV(B) 3.77º 0.86% 0.73% -
XYZ 20.82 11.65 2.13 -
YUV 79.41 97.86 203.31 -
System Red Green Blue C M Y K H S L
Decimal 185 36 26 0 0.81 0.86 0.27 3.77 0.75 0.41
Hex B9 24 1A 0 51 56 1B 4 4B 29
Octal 271 44 32 0 121 126 33 4 113 51
Binary 10111001 100100 11010 0 1010001 1010110 11011 100 1001011 101001

Color Harmonies of #B9241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9241A

Black with #B9241A

Text Example


Text Example

White with #B9241A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9241A; }

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

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

background-color css

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

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

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

border-color css

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

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

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