Html Css Color HEX #B31C1C Fire Brick

📋 copy color: '#B31C1C'

red 179 ◦ green 28 ◦ blue 28

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

Shades of Fire Brick #B31C1C

Tints of Fire Brick #B31C1C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.91%

 BLUE value IS 28 (11.33% from 255) = 11.91%

R = 76.17%
G = 11.91%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B31C1C (or 0xB31C1C) is known color: Fire Brick. HEX triplet: B3, 1C and 1C. RGB value is (179,28,28). Sum of RGB (Red+Green+Blue) = 179+28+28=235 (31% of max value = 765). Red value is 179 (70.31% from 255 or 76.17% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31C1C is #4CE3E3. Grayscale: #494949. Windows color (decimal): -5039076 or 1842355. OLE color: 1842355.

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

Color convert

RGB 179 28 28 -
CMYK 0 0.84 0.84 0.30
HSL 0.73% 0.41% -
HSV(B) 0.84% 0.7% -
XYZ 19.22 10.5 2.11 -
YUV 73.15 102.53 203.5 -
System Red Green Blue C M Y K H S L
Decimal 179 28 28 0 0.84 0.84 0.30 0 0.73 0.41
Hex B3 1C 1C 0 54 54 1E 0 49 29
Octal 263 34 34 0 124 124 36 0 111 51
Binary 10110011 11100 11100 0 1010100 1010100 11110 0 1001001 101001

Color Harmonies of #B31C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31C1C

Black with #B31C1C

Text Example


Text Example

White with #B31C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31C1C; }

 p { color: rgb(179,28,28); }

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

background-color css

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

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

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

border-color css

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

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

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