Html Css Color HEX #B9200A Fire Brick

📋 copy color: '#B9200A'

red 185 ◦ green 32 ◦ blue 10

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

Shades of Fire Brick #B9200A

Tints of Fire Brick #B9200A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.41%

R = 81.5%
G = 14.1%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B9200A (or 0xB9200A) is known color: Fire Brick. HEX triplet: B9, 20 and 0A. RGB value is (185,32,10). Sum of RGB (Red+Green+Blue) = 185+32+10=227 (30% of max value = 765). Red value is 185 (72.66% from 255 or 81.50% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 185 - color contains mainly: red. Hex color #B9200A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9200A is #46DFF5. Grayscale: #4B4B4B. Windows color (decimal): -4644854 or 663737. OLE color: 663737.

HSL color Cylindrical-coordinate representation of color #B9200A: hue angle of 7.54º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B9200A is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 32 10 -
CMYK 0 0.83 0.95 0.27
HSL 7.54º 0.9% 0.38% -
HSV(B) 7.54º 0.95% 0.73% -
XYZ 20.58 11.37 1.4 -
YUV 75.24 91.19 206.29 -
System Red Green Blue C M Y K H S L
Decimal 185 32 10 0 0.83 0.95 0.27 7.54 0.9 0.38
Hex B9 20 A 0 53 5F 1B 8 5A 26
Octal 271 40 12 0 123 137 33 10 132 46
Binary 10111001 100000 1010 0 1010011 1011111 11011 1000 1011010 100110

Color Harmonies of #B9200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9200A

Black with #B9200A

Text Example


Text Example

White with #B9200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9200A; }

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

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

background-color css

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

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

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

border-color css

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

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

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