Html Css Color HEX #B12720 Fire Brick

📋 copy color: '#B12720'

red 177 ◦ green 39 ◦ blue 32

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

Shades of Fire Brick #B12720

Tints of Fire Brick #B12720

RGB

 RED value IS 177 (69.53% from 255) = 71.37%

 GREEN value IS 39 (15.63% from 255) = 15.73%

 BLUE value IS 32 (12.89% from 255) = 12.9%

R = 71.37%
G = 15.73%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B12720 (or 0xB12720) is known color: Fire Brick. HEX triplet: B1, 27 and 20. RGB value is (177,39,32). Sum of RGB (Red+Green+Blue) = 177+39+32=248 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.37% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 177 - color contains mainly: red. Hex color #B12720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12720 is #4ED8DF. Grayscale: #4F4F4F. Windows color (decimal): -5167328 or 2107313. OLE color: 2107313.

HSL color Cylindrical-coordinate representation of color #B12720: hue angle of 2.9º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B12720 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 39 32 -
CMYK 0 0.78 0.82 0.31
HSL 2.9º 0.69% 0.41% -
HSV(B) 2.9º 0.82% 0.69% -
XYZ 19.12 10.9 2.46 -
YUV 79.46 101.22 197.57 -
System Red Green Blue C M Y K H S L
Decimal 177 39 32 0 0.78 0.82 0.31 2.9 0.69 0.41
Hex B1 27 20 0 4E 52 1F 3 45 29
Octal 261 47 40 0 116 122 37 3 105 51
Binary 10110001 100111 100000 0 1001110 1010010 11111 11 1000101 101001

Color Harmonies of #B12720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12720

Black with #B12720

Text Example


Text Example

White with #B12720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12720; }

 p { color: rgb(177,39,32); }

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

background-color css

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

 a { background-color: rgb(177,39,32); }

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

border-color css

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

 span { border-color: rgb(177,39,32); }

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