Html Css Color HEX #B7201A Fire Brick

📋 copy color: '#B7201A'

red 183 ◦ green 32 ◦ blue 26

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

Shades of Fire Brick #B7201A

Tints of Fire Brick #B7201A

RGB

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

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

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

R = 75.93%
G = 13.28%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B7201A (or 0xB7201A) is known color: Fire Brick. HEX triplet: B7, 20 and 1A. RGB value is (183,32,26). Sum of RGB (Red+Green+Blue) = 183+32+26=241 (31% of max value = 765). Red value is 183 (71.88% from 255 or 75.93% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 183 - color contains mainly: red. Hex color #B7201A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7201A is #48DFE5. Grayscale: #4C4C4C. Windows color (decimal): -4775910 or 1712311. OLE color: 1712311.

HSL color Cylindrical-coordinate representation of color #B7201A: hue angle of 2.29º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7201A is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 32 26 -
CMYK 0 0.83 0.86 0.28
HSL 2.29º 0.75% 0.41% -
HSV(B) 2.29º 0.86% 0.72% -
XYZ 20.23 11.17 2.07 -
YUV 76.47 99.53 203.99 -
System Red Green Blue C M Y K H S L
Decimal 183 32 26 0 0.83 0.86 0.28 2.29 0.75 0.41
Hex B7 20 1A 0 53 56 1C 2 4B 29
Octal 267 40 32 0 123 126 34 2 113 51
Binary 10110111 100000 11010 0 1010011 1010110 11100 10 1001011 101001

Color Harmonies of #B7201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7201A

Black with #B7201A

Text Example


Text Example

White with #B7201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7201A; }

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

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

background-color css

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

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

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

border-color css

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

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

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