Html Css Color HEX #B9251E Fire Brick

📋 copy color: '#B9251E'

red 185 ◦ green 37 ◦ blue 30

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

Shades of Fire Brick #B9251E

Tints of Fire Brick #B9251E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.68%

 BLUE value IS 30 (12.11% from 255) = 11.9%

R = 73.41%
G = 14.68%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9251E (or 0xB9251E) is known color: Fire Brick. HEX triplet: B9, 25 and 1E. RGB value is (185,37,30). Sum of RGB (Red+Green+Blue) = 185+37+30=252 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.41% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 185 - color contains mainly: red. Hex color #B9251E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9251E is #46DAE1. Grayscale: #505050. Windows color (decimal): -4643554 or 1975737. OLE color: 1975737.

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

Color convert

RGB 185 37 30 -
CMYK 0 0.80 0.84 0.27
HSL 2.71º 0.72% 0.42% -
HSV(B) 2.71º 0.84% 0.73% -
XYZ 20.9 11.73 2.39 -
YUV 80.45 99.53 202.57 -
System Red Green Blue C M Y K H S L
Decimal 185 37 30 0 0.80 0.84 0.27 2.71 0.72 0.42
Hex B9 25 1E 0 50 54 1B 3 48 2A
Octal 271 45 36 0 120 124 33 3 110 52
Binary 10111001 100101 11110 0 1010000 1010100 11011 11 1001000 101010

Color Harmonies of #B9251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9251E

Black with #B9251E

Text Example


Text Example

White with #B9251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9251E; }

 p { color: rgb(185,37,30); }

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

background-color css

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

 a { background-color: rgb(185,37,30); }

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

border-color css

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

 span { border-color: rgb(185,37,30); }

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