Html Css Color HEX #B32726 Fire Brick

📋 copy color: '#B32726'

red 179 ◦ green 39 ◦ blue 38

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

Shades of Fire Brick #B32726

Tints of Fire Brick #B32726

RGB

 RED value IS 179 (70.31% from 255) = 69.92%

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

 BLUE value IS 38 (15.23% from 255) = 14.84%

R = 69.92%
G = 15.23%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B32726 (or 0xB32726) is known color: Fire Brick. HEX triplet: B3, 27 and 26. RGB value is (179,39,38). Sum of RGB (Red+Green+Blue) = 179+39+38=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B32726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32726 is #4CD8D9. Grayscale: #505050. Windows color (decimal): -5036250 or 2500531. OLE color: 2500531.

HSL color Cylindrical-coordinate representation of color #B32726: hue angle of 0.43º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32726 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 39 38 -
CMYK 0 0.78 0.79 0.30
HSL 0.43º 0.65% 0.43% -
HSV(B) 0.43º 0.79% 0.7% -
XYZ 19.67 11.17 2.95 -
YUV 80.75 103.88 198.08 -
System Red Green Blue C M Y K H S L
Decimal 179 39 38 0 0.78 0.79 0.30 0.43 0.65 0.43
Hex B3 27 26 0 4E 4F 1E 0 41 2B
Octal 263 47 46 0 116 117 36 0 101 53
Binary 10110011 100111 100110 0 1001110 1001111 11110 0 1000001 101011

Color Harmonies of #B32726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32726

Black with #B32726

Text Example


Text Example

White with #B32726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32726; }

 p { color: rgb(179,39,38); }

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

background-color css

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

 a { background-color: rgb(179,39,38); }

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

border-color css

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

 span { border-color: rgb(179,39,38); }

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