Html Css Color HEX #B3271A Fire Brick

📋 copy color: '#B3271A'

red 179 ◦ green 39 ◦ blue 26

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

Shades of Fire Brick #B3271A

Tints of Fire Brick #B3271A

RGB

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

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

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

R = 73.36%
G = 15.98%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B3271A (or 0xB3271A) is known color: Fire Brick. HEX triplet: B3, 27 and 1A. RGB value is (179,39,26). Sum of RGB (Red+Green+Blue) = 179+39+26=244 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.36% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 179 - color contains mainly: red. Hex color #B3271A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3271A is #4CD8E5. Grayscale: #4F4F4F. Windows color (decimal): -5036262 or 1714099. OLE color: 1714099.

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

Color convert

RGB 179 39 26 -
CMYK 0 0.78 0.85 0.30
HSL 5.1º 0.75% 0.4% -
HSV(B) 5.1º 0.85% 0.7% -
XYZ 19.5 11.11 2.09 -
YUV 79.38 97.88 199.06 -
System Red Green Blue C M Y K H S L
Decimal 179 39 26 0 0.78 0.85 0.30 5.1 0.75 0.4
Hex B3 27 1A 0 4E 55 1E 5 4B 28
Octal 263 47 32 0 116 125 36 5 113 50
Binary 10110011 100111 11010 0 1001110 1010101 11110 101 1001011 101000

Color Harmonies of #B3271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3271A

Black with #B3271A

Text Example


Text Example

White with #B3271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3271A; }

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

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

background-color css

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

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

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

border-color css

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

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

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