Html Css Color HEX #B7220A Fire Brick

📋 copy color: '#B7220A'

red 183 ◦ green 34 ◦ blue 10

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

Shades of Fire Brick #B7220A

Tints of Fire Brick #B7220A

RGB

 RED value IS 183 (71.88% from 255) = 80.62%

 GREEN value IS 34 (13.67% from 255) = 14.98%

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

R = 80.62%
G = 14.98%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B7220A (or 0xB7220A) is known color: Fire Brick. HEX triplet: B7, 22 and 0A. RGB value is (183,34,10). Sum of RGB (Red+Green+Blue) = 183+34+10=227 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.62% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 183 - color contains mainly: red. Hex color #B7220A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7220A is #48DDF5. Grayscale: #4C4C4C. Windows color (decimal): -4775414 or 664247. OLE color: 664247.

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

Color convert

RGB 183 34 10 -
CMYK 0 0.81 0.95 0.28
HSL 8.32º 0.9% 0.38% -
HSV(B) 8.32º 0.95% 0.72% -
XYZ 20.16 11.23 1.39 -
YUV 75.82 90.86 204.45 -
System Red Green Blue C M Y K H S L
Decimal 183 34 10 0 0.81 0.95 0.28 8.32 0.9 0.38
Hex B7 22 A 0 51 5F 1C 8 5A 26
Octal 267 42 12 0 121 137 34 10 132 46
Binary 10110111 100010 1010 0 1010001 1011111 11100 1000 1011010 100110

Color Harmonies of #B7220A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7220A

Black with #B7220A

Text Example


Text Example

White with #B7220A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7220A; }

 p { color: rgb(183,34,10); }

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

background-color css

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

 a { background-color: rgb(183,34,10); }

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

border-color css

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

 span { border-color: rgb(183,34,10); }

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