Html Css Color HEX #B32B19 Fire Brick

📋 copy color: '#B32B19'

red 179 ◦ green 43 ◦ blue 25

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

Shades of Fire Brick #B32B19

Tints of Fire Brick #B32B19

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.41%

 BLUE value IS 25 (10.16% from 255) = 10.12%

R = 72.47%
G = 17.41%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B32B19 (or 0xB32B19) is known color: Fire Brick. HEX triplet: B3, 2B and 19. RGB value is (179,43,25). Sum of RGB (Red+Green+Blue) = 179+43+25=247 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.47% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32B19 is #4CD4E6. Grayscale: #515151. Windows color (decimal): -5035239 or 1649587. OLE color: 1649587.

HSL color Cylindrical-coordinate representation of color #B32B19: hue angle of 7.01º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B32B19 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 43 25 -
CMYK 0 0.76 0.86 0.30
HSL 7.01º 0.75% 0.4% -
HSV(B) 7.01º 0.86% 0.7% -
XYZ 19.63 11.38 2.08 -
YUV 81.61 96.06 197.46 -
System Red Green Blue C M Y K H S L
Decimal 179 43 25 0 0.76 0.86 0.30 7.01 0.75 0.4
Hex B3 2B 19 0 4C 56 1E 7 4B 28
Octal 263 53 31 0 114 126 36 7 113 50
Binary 10110011 101011 11001 0 1001100 1010110 11110 111 1001011 101000

Color Harmonies of #B32B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32B19

Black with #B32B19

Text Example


Text Example

White with #B32B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32B19; }

 p { color: rgb(179,43,25); }

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

background-color css

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

 a { background-color: rgb(179,43,25); }

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

border-color css

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

 span { border-color: rgb(179,43,25); }

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