Html Css Color HEX #B2311D Fire Brick

📋 copy color: '#B2311D'

red 178 ◦ green 49 ◦ blue 29

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

Shades of Fire Brick #B2311D

Tints of Fire Brick #B2311D

RGB

 RED value IS 178 (69.92% from 255) = 69.53%

 GREEN value IS 49 (19.53% from 255) = 19.14%

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

R = 69.53%
G = 19.14%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2311D (or 0xB2311D) is known color: Fire Brick. HEX triplet: B2, 31 and 1D. RGB value is (178,49,29). Sum of RGB (Red+Green+Blue) = 178+49+29=256 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.53% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 178 - color contains mainly: red. Hex color #B2311D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2311D is #4DCEE2. Grayscale: #555555. Windows color (decimal): -5099235 or 1913266. OLE color: 1913266.

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

Color convert

RGB 178 49 29 -
CMYK 0 0.72 0.84 0.30
HSL 8.05º 0.72% 0.41% -
HSV(B) 8.05º 0.84% 0.7% -
XYZ 19.68 11.75 2.39 -
YUV 85.29 96.24 194.13 -
System Red Green Blue C M Y K H S L
Decimal 178 49 29 0 0.72 0.84 0.30 8.05 0.72 0.41
Hex B2 31 1D 0 48 54 1E 8 48 29
Octal 262 61 35 0 110 124 36 10 110 51
Binary 10110010 110001 11101 0 1001000 1010100 11110 1000 1001000 101001

Color Harmonies of #B2311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2311D

Black with #B2311D

Text Example


Text Example

White with #B2311D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2311D; }

 p { color: rgb(178,49,29); }

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

background-color css

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

 a { background-color: rgb(178,49,29); }

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

border-color css

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

 span { border-color: rgb(178,49,29); }

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