Html Css Color HEX #B32F29 Fire Brick

📋 copy color: '#B32F29'

red 179 ◦ green 47 ◦ blue 41

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

Shades of Fire Brick #B32F29

Tints of Fire Brick #B32F29

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.6%

 BLUE value IS 41 (16.41% from 255) = 15.36%

R = 67.04%
G = 17.6%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B32F29 (or 0xB32F29) is known color: Fire Brick. HEX triplet: B3, 2F and 29. RGB value is (179,47,41). Sum of RGB (Red+Green+Blue) = 179+47+41=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32F29 is #4CD0D6. Grayscale: #555555. Windows color (decimal): -5034199 or 2699187. OLE color: 2699187.

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

Color convert

RGB 179 47 41 -
CMYK 0 0.74 0.77 0.30
HSL 2.61º 0.63% 0.43% -
HSV(B) 2.61º 0.77% 0.7% -
XYZ 20.01 11.78 3.32 -
YUV 85.78 102.73 194.49 -
System Red Green Blue C M Y K H S L
Decimal 179 47 41 0 0.74 0.77 0.30 2.61 0.63 0.43
Hex B3 2F 29 0 4A 4D 1E 3 3F 2B
Octal 263 57 51 0 112 115 36 3 77 53
Binary 10110011 101111 101001 0 1001010 1001101 11110 11 111111 101011

Color Harmonies of #B32F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32F29

Black with #B32F29

Text Example


Text Example

White with #B32F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32F29; }

 p { color: rgb(179,47,41); }

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

background-color css

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

 a { background-color: rgb(179,47,41); }

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

border-color css

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

 span { border-color: rgb(179,47,41); }

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