Html Css Color HEX #B12821 Fire Brick

📋 copy color: '#B12821'

red 177 ◦ green 40 ◦ blue 33

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

Shades of Fire Brick #B12821

Tints of Fire Brick #B12821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16%

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

R = 70.8%
G = 16%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B12821 (or 0xB12821) is known color: Fire Brick. HEX triplet: B1, 28 and 21. RGB value is (177,40,33). Sum of RGB (Red+Green+Blue) = 177+40+33=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B12821 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12821 is #4ED7DE. Grayscale: #505050. Windows color (decimal): -5167071 or 2173105. OLE color: 2173105.

HSL color Cylindrical-coordinate representation of color #B12821: hue angle of 2.92º 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 #B12821 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 40 33 -
CMYK 0 0.77 0.81 0.31
HSL 2.92º 0.69% 0.41% -
HSV(B) 2.92º 0.81% 0.69% -
XYZ 19.16 10.97 2.55 -
YUV 80.17 101.39 197.07 -
System Red Green Blue C M Y K H S L
Decimal 177 40 33 0 0.77 0.81 0.31 2.92 0.69 0.41
Hex B1 28 21 0 4D 51 1F 3 45 29
Octal 261 50 41 0 115 121 37 3 105 51
Binary 10110001 101000 100001 0 1001101 1010001 11111 11 1000101 101001

Color Harmonies of #B12821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12821

Black with #B12821

Text Example


Text Example

White with #B12821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12821; }

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

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

background-color css

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

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

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

border-color css

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

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

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