Html Css Color HEX #B9201A Fire Brick

📋 copy color: '#B9201A'

red 185 ◦ green 32 ◦ blue 26

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

Shades of Fire Brick #B9201A

Tints of Fire Brick #B9201A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.17%

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

R = 76.13%
G = 13.17%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9201A (or 0xB9201A) is known color: Fire Brick. HEX triplet: B9, 20 and 1A. RGB value is (185,32,26). Sum of RGB (Red+Green+Blue) = 185+32+26=243 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.13% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 185 - color contains mainly: red. Hex color #B9201A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9201A is #46DFE5. Grayscale: #4D4D4D. Windows color (decimal): -4644838 or 1712313. OLE color: 1712313.

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

Color convert

RGB 185 32 26 -
CMYK 0 0.83 0.86 0.27
HSL 2.26º 0.75% 0.41% -
HSV(B) 2.26º 0.86% 0.73% -
XYZ 20.71 11.42 2.09 -
YUV 77.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 185 32 26 0 0.83 0.86 0.27 2.26 0.75 0.41
Hex B9 20 1A 0 53 56 1B 2 4B 29
Octal 271 40 32 0 123 126 33 2 113 51
Binary 10111001 100000 11010 0 1010011 1010110 11011 10 1001011 101001

Color Harmonies of #B9201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9201A

Black with #B9201A

Text Example


Text Example

White with #B9201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9201A; }

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

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

background-color css

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

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

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

border-color css

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

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

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