Html Css Color HEX #B71C19 Fire Brick

📋 copy color: '#B71C19'

red 183 ◦ green 28 ◦ blue 25

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

Shades of Fire Brick #B71C19

Tints of Fire Brick #B71C19

RGB

 RED value IS 183 (71.88% from 255) = 77.54%

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

 BLUE value IS 25 (10.16% from 255) = 10.59%

R = 77.54%
G = 11.86%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B71C19 (or 0xB71C19) is known color: Fire Brick. HEX triplet: B7, 1C and 19. RGB value is (183,28,25). Sum of RGB (Red+Green+Blue) = 183+28+25=236 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.54% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71C19 is #48E3E6. Grayscale: #4A4A4A. Windows color (decimal): -4776935 or 1645751. OLE color: 1645751.

HSL color Cylindrical-coordinate representation of color #B71C19: hue angle of 1.14º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71C19 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 28 25 -
CMYK 0 0.85 0.86 0.28
HSL 1.14º 0.76% 0.41% -
HSV(B) 1.14º 0.86% 0.72% -
XYZ 20.12 10.97 1.98 -
YUV 74 100.35 205.74 -
System Red Green Blue C M Y K H S L
Decimal 183 28 25 0 0.85 0.86 0.28 1.14 0.76 0.41
Hex B7 1C 19 0 55 56 1C 1 4C 29
Octal 267 34 31 0 125 126 34 1 114 51
Binary 10110111 11100 11001 0 1010101 1010110 11100 1 1001100 101001

Color Harmonies of #B71C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71C19

Black with #B71C19

Text Example


Text Example

White with #B71C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71C19; }

 p { color: rgb(183,28,25); }

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

background-color css

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

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

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

border-color css

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

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

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