Html Css Color HEX #B32E27 Fire Brick

📋 copy color: '#B32E27'

red 179 ◦ green 46 ◦ blue 39

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

Shades of Fire Brick #B32E27

Tints of Fire Brick #B32E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.77%

R = 67.8%
G = 17.42%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B32E27 (or 0xB32E27) is known color: Fire Brick. HEX triplet: B3, 2E and 27. RGB value is (179,46,39). Sum of RGB (Red+Green+Blue) = 179+46+39=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32E27 is #4CD1D8. Grayscale: #555555. Windows color (decimal): -5034457 or 2567859. OLE color: 2567859.

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

Color convert

RGB 179 46 39 -
CMYK 0 0.74 0.78 0.30
HSL 0.64% 0.43% -
HSV(B) 0.78% 0.7% -
XYZ 19.93 11.68 3.12 -
YUV 84.97 102.06 195.07 -
System Red Green Blue C M Y K H S L
Decimal 179 46 39 0 0.74 0.78 0.30 3 0.64 0.43
Hex B3 2E 27 0 4A 4E 1E 3 40 2B
Octal 263 56 47 0 112 116 36 3 100 53
Binary 10110011 101110 100111 0 1001010 1001110 11110 11 1000000 101011

Color Harmonies of #B32E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32E27

Black with #B32E27

Text Example


Text Example

White with #B32E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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