Html Css Color HEX #B32522 Fire Brick

📋 copy color: '#B32522'

red 179 ◦ green 37 ◦ blue 34

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

Shades of Fire Brick #B32522

Tints of Fire Brick #B32522

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.8%

 BLUE value IS 34 (13.67% from 255) = 13.6%

R = 71.6%
G = 14.8%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B32522 (or 0xB32522) is known color: Fire Brick. HEX triplet: B3, 25 and 22. RGB value is (179,37,34). Sum of RGB (Red+Green+Blue) = 179+37+34=250 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.6% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 179 - color contains mainly: red. Hex color #B32522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32522 is #4CDADD. Grayscale: #4F4F4F. Windows color (decimal): -5036766 or 2237875. OLE color: 2237875.

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

Color convert

RGB 179 37 34 -
CMYK 0 0.79 0.81 0.30
HSL 1.24º 0.68% 0.42% -
HSV(B) 1.24º 0.81% 0.7% -
XYZ 19.54 11.02 2.61 -
YUV 79.12 102.54 199.24 -
System Red Green Blue C M Y K H S L
Decimal 179 37 34 0 0.79 0.81 0.30 1.24 0.68 0.42
Hex B3 25 22 0 4F 51 1E 1 44 2A
Octal 263 45 42 0 117 121 36 1 104 52
Binary 10110011 100101 100010 0 1001111 1010001 11110 1 1000100 101010

Color Harmonies of #B32522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32522

Black with #B32522

Text Example


Text Example

White with #B32522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32522; }

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

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

background-color css

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

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

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

border-color css

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

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

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