Html Css Color HEX #B32A27 Fire Brick

📋 copy color: '#B32A27'

red 179 ◦ green 42 ◦ blue 39

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

Shades of Fire Brick #B32A27

Tints of Fire Brick #B32A27

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.15%

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

R = 68.85%
G = 16.15%
B = 15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B32A27 (or 0xB32A27) is known color: Fire Brick. HEX triplet: B3, 2A and 27. RGB value is (179,42,39). Sum of RGB (Red+Green+Blue) = 179+42+39=260 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.85% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32A27 is #4CD5D8. Grayscale: #525252. Windows color (decimal): -5035481 or 2566835. OLE color: 2566835.

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

Color convert

RGB 179 42 39 -
CMYK 0 0.77 0.78 0.30
HSL 1.29º 0.64% 0.43% -
HSV(B) 1.29º 0.78% 0.7% -
XYZ 19.78 11.39 3.07 -
YUV 82.62 103.39 196.74 -
System Red Green Blue C M Y K H S L
Decimal 179 42 39 0 0.77 0.78 0.30 1.29 0.64 0.43
Hex B3 2A 27 0 4D 4E 1E 1 40 2B
Octal 263 52 47 0 115 116 36 1 100 53
Binary 10110011 101010 100111 0 1001101 1001110 11110 1 1000000 101011

Color Harmonies of #B32A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32A27

Black with #B32A27

Text Example


Text Example

White with #B32A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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