Html Css Color HEX #B32825 Fire Brick

📋 copy color: '#B32825'

red 179 ◦ green 40 ◦ blue 37

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

Shades of Fire Brick #B32825

Tints of Fire Brick #B32825

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.63%

 BLUE value IS 37 (14.84% from 255) = 14.45%

R = 69.92%
G = 15.63%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B32825 (or 0xB32825) is known color: Fire Brick. HEX triplet: B3, 28 and 25. RGB value is (179,40,37). Sum of RGB (Red+Green+Blue) = 179+40+37=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B32825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32825 is #4CD7DA. Grayscale: #515151. Windows color (decimal): -5035995 or 2435251. OLE color: 2435251.

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

Color convert

RGB 179 40 37 -
CMYK 0 0.78 0.79 0.30
HSL 1.27º 0.66% 0.42% -
HSV(B) 1.27º 0.79% 0.7% -
XYZ 19.68 11.23 2.88 -
YUV 81.22 103.05 197.74 -
System Red Green Blue C M Y K H S L
Decimal 179 40 37 0 0.78 0.79 0.30 1.27 0.66 0.42
Hex B3 28 25 0 4E 4F 1E 1 42 2A
Octal 263 50 45 0 116 117 36 1 102 52
Binary 10110011 101000 100101 0 1001110 1001111 11110 1 1000010 101010

Color Harmonies of #B32825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32825

Black with #B32825

Text Example


Text Example

White with #B32825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32825; }

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

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

background-color css

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

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

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

border-color css

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

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

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