Html Css Color HEX #B32926 Fire Brick

📋 copy color: '#B32926'

red 179 ◦ green 41 ◦ blue 38

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

Shades of Fire Brick #B32926

Tints of Fire Brick #B32926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.73%

R = 69.38%
G = 15.89%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B32926 (or 0xB32926) is known color: Fire Brick. HEX triplet: B3, 29 and 26. RGB value is (179,41,38). Sum of RGB (Red+Green+Blue) = 179+41+38=258 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.38% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 179 - color contains mainly: red. Hex color #B32926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32926 is #4CD6D9. Grayscale: #525252. Windows color (decimal): -5035738 or 2501043. OLE color: 2501043.

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

Color convert

RGB 179 41 38 -
CMYK 0 0.77 0.79 0.30
HSL 1.28º 0.65% 0.43% -
HSV(B) 1.28º 0.79% 0.7% -
XYZ 19.73 11.31 2.98 -
YUV 81.92 103.22 197.24 -
System Red Green Blue C M Y K H S L
Decimal 179 41 38 0 0.77 0.79 0.30 1.28 0.65 0.43
Hex B3 29 26 0 4D 4F 1E 1 41 2B
Octal 263 51 46 0 115 117 36 1 101 53
Binary 10110011 101001 100110 0 1001101 1001111 11110 1 1000001 101011

Color Harmonies of #B32926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32926

Black with #B32926

Text Example


Text Example

White with #B32926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32926; }

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

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

background-color css

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

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

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

border-color css

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

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

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