Html Css Color HEX #B3291A Fire Brick

📋 copy color: '#B3291A'

red 179 ◦ green 41 ◦ blue 26

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

Shades of Fire Brick #B3291A

Tints of Fire Brick #B3291A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.57%

R = 72.76%
G = 16.67%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B3291A (or 0xB3291A) is known color: Fire Brick. HEX triplet: B3, 29 and 1A. RGB value is (179,41,26). Sum of RGB (Red+Green+Blue) = 179+41+26=246 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.76% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 179 - color contains mainly: red. Hex color #B3291A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3291A is #4CD6E5. Grayscale: #505050. Windows color (decimal): -5035750 or 1714611. OLE color: 1714611.

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

Color convert

RGB 179 41 26 -
CMYK 0 0.77 0.85 0.30
HSL 5.88º 0.75% 0.4% -
HSV(B) 5.88º 0.85% 0.7% -
XYZ 19.57 11.24 2.12 -
YUV 80.55 97.22 198.22 -
System Red Green Blue C M Y K H S L
Decimal 179 41 26 0 0.77 0.85 0.30 5.88 0.75 0.4
Hex B3 29 1A 0 4D 55 1E 6 4B 28
Octal 263 51 32 0 115 125 36 6 113 50
Binary 10110011 101001 11010 0 1001101 1010101 11110 110 1001011 101000

Color Harmonies of #B3291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3291A

Black with #B3291A

Text Example


Text Example

White with #B3291A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3291A; }

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

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

background-color css

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

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

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

border-color css

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

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

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