Html Css Color HEX #B32725 Fire Brick

📋 copy color: '#B32725'

red 179 ◦ green 39 ◦ blue 37

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

Shades of Fire Brick #B32725

Tints of Fire Brick #B32725

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.29%

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

R = 70.2%
G = 15.29%
B = 14.51%

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

#B32725 (or 0xB32725) is known color: Fire Brick. HEX triplet: B3, 27 and 25. RGB value is (179,39,37). Sum of RGB (Red+Green+Blue) = 179+39+37=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B32725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32725 is #4CD8DA. Grayscale: #505050. Windows color (decimal): -5036251 or 2434995. OLE color: 2434995.

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

Color convert

RGB 179 39 37 -
CMYK 0 0.78 0.79 0.30
HSL 0.85º 0.66% 0.42% -
HSV(B) 0.85º 0.79% 0.7% -
XYZ 19.65 11.17 2.87 -
YUV 80.63 103.38 198.16 -
System Red Green Blue C M Y K H S L
Decimal 179 39 37 0 0.78 0.79 0.30 0.85 0.66 0.42
Hex B3 27 25 0 4E 4F 1E 1 42 2A
Octal 263 47 45 0 116 117 36 1 102 52
Binary 10110011 100111 100101 0 1001110 1001111 11110 1 1000010 101010

Color Harmonies of #B32725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32725

Black with #B32725

Text Example


Text Example

White with #B32725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32725; }

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

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

background-color css

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

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

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

border-color css

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

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

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