Html Css Color HEX #B3271B Fire Brick

📋 copy color: '#B3271B'

red 179 ◦ green 39 ◦ blue 27

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

Shades of Fire Brick #B3271B

Tints of Fire Brick #B3271B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.02%

R = 73.06%
G = 15.92%
B = 11.02%

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

#B3271B (or 0xB3271B) is known color: Fire Brick. HEX triplet: B3, 27 and 1B. RGB value is (179,39,27). Sum of RGB (Red+Green+Blue) = 179+39+27=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B3271B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3271B is #4CD8E4. Grayscale: #4F4F4F. Windows color (decimal): -5036261 or 1779635. OLE color: 1779635.

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

Color convert

RGB 179 39 27 -
CMYK 0 0.78 0.85 0.30
HSL 4.74º 0.74% 0.4% -
HSV(B) 4.74º 0.85% 0.7% -
XYZ 19.51 11.11 2.15 -
YUV 79.49 98.38 198.98 -
System Red Green Blue C M Y K H S L
Decimal 179 39 27 0 0.78 0.85 0.30 4.74 0.74 0.4
Hex B3 27 1B 0 4E 55 1E 5 4A 28
Octal 263 47 33 0 116 125 36 5 112 50
Binary 10110011 100111 11011 0 1001110 1010101 11110 101 1001010 101000

Color Harmonies of #B3271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3271B

Black with #B3271B

Text Example


Text Example

White with #B3271B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3271B; }

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

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

background-color css

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

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

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

border-color css

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

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

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