Html Css Color HEX #B12721 Fire Brick

📋 copy color: '#B12721'

red 177 ◦ green 39 ◦ blue 33

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

Shades of Fire Brick #B12721

Tints of Fire Brick #B12721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.25%

R = 71.08%
G = 15.66%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B12721 (or 0xB12721) is known color: Fire Brick. HEX triplet: B1, 27 and 21. RGB value is (177,39,33). Sum of RGB (Red+Green+Blue) = 177+39+33=249 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.08% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 177 - color contains mainly: red. Hex color #B12721 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12721 is #4ED8DE. Grayscale: #4F4F4F. Windows color (decimal): -5167327 or 2172849. OLE color: 2172849.

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

Color convert

RGB 177 39 33 -
CMYK 0 0.78 0.81 0.31
HSL 2.5º 0.69% 0.41% -
HSV(B) 2.5º 0.81% 0.69% -
XYZ 19.13 10.91 2.54 -
YUV 79.58 101.72 197.49 -
System Red Green Blue C M Y K H S L
Decimal 177 39 33 0 0.78 0.81 0.31 2.5 0.69 0.41
Hex B1 27 21 0 4E 51 1F 2 45 29
Octal 261 47 41 0 116 121 37 2 105 51
Binary 10110001 100111 100001 0 1001110 1010001 11111 10 1000101 101001

Color Harmonies of #B12721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12721

Black with #B12721

Text Example


Text Example

White with #B12721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12721; }

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

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

background-color css

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

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

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

border-color css

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

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

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