Html Css Color HEX #B3271D Fire Brick

📋 copy color: '#B3271D'

red 179 ◦ green 39 ◦ blue 29

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

Shades of Fire Brick #B3271D

Tints of Fire Brick #B3271D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.74%

R = 72.47%
G = 15.79%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3271D (or 0xB3271D) is known color: Fire Brick. HEX triplet: B3, 27 and 1D. RGB value is (179,39,29). Sum of RGB (Red+Green+Blue) = 179+39+29=247 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.47% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 179 - color contains mainly: red. Hex color #B3271D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3271D is #4CD8E2. Grayscale: #4F4F4F. Windows color (decimal): -5036259 or 1910707. OLE color: 1910707.

HSL color Cylindrical-coordinate representation of color #B3271D: hue angle of 4º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3271D is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 39 29 -
CMYK 0 0.78 0.84 0.30
HSL 0.72% 0.41% -
HSV(B) 0.84% 0.7% -
XYZ 19.54 11.12 2.28 -
YUV 79.72 99.38 198.81 -
System Red Green Blue C M Y K H S L
Decimal 179 39 29 0 0.78 0.84 0.30 4 0.72 0.41
Hex B3 27 1D 0 4E 54 1E 4 48 29
Octal 263 47 35 0 116 124 36 4 110 51
Binary 10110011 100111 11101 0 1001110 1010100 11110 100 1001000 101001

Color Harmonies of #B3271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3271D

Black with #B3271D

Text Example


Text Example

White with #B3271D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3271D; }

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

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

background-color css

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

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

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

border-color css

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

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

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