Html Css Color HEX #B9241C Fire Brick

📋 copy color: '#B9241C'

red 185 ◦ green 36 ◦ blue 28

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

Shades of Fire Brick #B9241C

Tints of Fire Brick #B9241C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.24%

R = 74.3%
G = 14.46%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B9241C (or 0xB9241C) is known color: Fire Brick. HEX triplet: B9, 24 and 1C. RGB value is (185,36,28). Sum of RGB (Red+Green+Blue) = 185+36+28=249 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.30% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 185 - color contains mainly: red. Hex color #B9241C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9241C is #46DBE3. Grayscale: #4F4F4F. Windows color (decimal): -4643812 or 1844409. OLE color: 1844409.

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

Color convert

RGB 185 36 28 -
CMYK 0 0.81 0.85 0.27
HSL 3.06º 0.74% 0.42% -
HSV(B) 3.06º 0.85% 0.73% -
XYZ 20.85 11.66 2.25 -
YUV 79.64 98.86 203.15 -
System Red Green Blue C M Y K H S L
Decimal 185 36 28 0 0.81 0.85 0.27 3.06 0.74 0.42
Hex B9 24 1C 0 51 55 1B 3 4A 2A
Octal 271 44 34 0 121 125 33 3 112 52
Binary 10111001 100100 11100 0 1010001 1010101 11011 11 1001010 101010

Color Harmonies of #B9241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9241C

Black with #B9241C

Text Example


Text Example

White with #B9241C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9241C; }

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

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

background-color css

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

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

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

border-color css

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

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

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