Html Css Color HEX #B32E26 Fire Brick

📋 copy color: '#B32E26'

red 179 ◦ green 46 ◦ blue 38

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

Shades of Fire Brick #B32E26

Tints of Fire Brick #B32E26

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.49%

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

R = 68.06%
G = 17.49%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B32E26 (or 0xB32E26) is known color: Fire Brick. HEX triplet: B3, 2E and 26. RGB value is (179,46,38). Sum of RGB (Red+Green+Blue) = 179+46+38=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32E26 is #4CD1D9. Grayscale: #555555. Windows color (decimal): -5034458 or 2502323. OLE color: 2502323.

HSL color Cylindrical-coordinate representation of color #B32E26: hue angle of 3.4º 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 #B32E26 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 46 38 -
CMYK 0 0.74 0.79 0.30
HSL 3.4º 0.65% 0.43% -
HSV(B) 3.4º 0.79% 0.7% -
XYZ 19.92 11.68 3.04 -
YUV 84.86 101.56 195.15 -
System Red Green Blue C M Y K H S L
Decimal 179 46 38 0 0.74 0.79 0.30 3.4 0.65 0.43
Hex B3 2E 26 0 4A 4F 1E 3 41 2B
Octal 263 56 46 0 112 117 36 3 101 53
Binary 10110011 101110 100110 0 1001010 1001111 11110 11 1000001 101011

Color Harmonies of #B32E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32E26

Black with #B32E26

Text Example


Text Example

White with #B32E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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