Html Css Color HEX #B32626 Fire Brick

📋 copy color: '#B32626'

red 179 ◦ green 38 ◦ blue 38

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

Shades of Fire Brick #B32626

Tints of Fire Brick #B32626

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.9%

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

R = 70.2%
G = 14.9%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B32626 (or 0xB32626) is known color: Fire Brick. HEX triplet: B3, 26 and 26. RGB value is (179,38,38). Sum of RGB (Red+Green+Blue) = 179+38+38=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B32626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32626 is #4CD9D9. Grayscale: #505050. Windows color (decimal): -5036506 or 2500275. OLE color: 2500275.

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

Color convert

RGB 179 38 38 -
CMYK 0 0.79 0.79 0.30
HSL 0.65% 0.43% -
HSV(B) 0.79% 0.7% -
XYZ 19.63 11.11 2.94 -
YUV 80.16 104.21 198.5 -
System Red Green Blue C M Y K H S L
Decimal 179 38 38 0 0.79 0.79 0.30 0 0.65 0.43
Hex B3 26 26 0 4F 4F 1E 0 41 2B
Octal 263 46 46 0 117 117 36 0 101 53
Binary 10110011 100110 100110 0 1001111 1001111 11110 0 1000001 101011

Color Harmonies of #B32626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32626

Black with #B32626

Text Example


Text Example

White with #B32626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32626; }

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

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

background-color css

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

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

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

border-color css

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

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

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