Html Css Color HEX #B32928 Fire Brick

📋 copy color: '#B32928'

red 179 ◦ green 41 ◦ blue 40

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

Shades of Fire Brick #B32928

Tints of Fire Brick #B32928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.77%

 BLUE value IS 40 (16.02% from 255) = 15.38%

R = 68.85%
G = 15.77%
B = 15.38%

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

#B32928 (or 0xB32928) is known color: Fire Brick. HEX triplet: B3, 29 and 28. RGB value is (179,41,40). Sum of RGB (Red+Green+Blue) = 179+41+40=260 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.85% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 179 - color contains mainly: red. Hex color #B32928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32928 is #4CD6D7. Grayscale: #525252. Windows color (decimal): -5035736 or 2632115. OLE color: 2632115.

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

Color convert

RGB 179 41 40 -
CMYK 0 0.77 0.78 0.30
HSL 0.43º 0.63% 0.43% -
HSV(B) 0.43º 0.78% 0.7% -
XYZ 19.77 11.32 3.15 -
YUV 82.15 104.22 197.08 -
System Red Green Blue C M Y K H S L
Decimal 179 41 40 0 0.77 0.78 0.30 0.43 0.63 0.43
Hex B3 29 28 0 4D 4E 1E 0 3F 2B
Octal 263 51 50 0 115 116 36 0 77 53
Binary 10110011 101001 101000 0 1001101 1001110 11110 0 111111 101011

Color Harmonies of #B32928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32928

Black with #B32928

Text Example


Text Example

White with #B32928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32928; }

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

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

background-color css

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

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

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

border-color css

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

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

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