Html Css Color HEX #B71C1C Fire Brick

📋 copy color: '#B71C1C'

red 183 ◦ green 28 ◦ blue 28

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

Shades of Fire Brick #B71C1C

Tints of Fire Brick #B71C1C

RGB

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

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

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

R = 76.57%
G = 11.72%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B71C1C (or 0xB71C1C) is known color: Fire Brick. HEX triplet: B7, 1C and 1C. RGB value is (183,28,28). Sum of RGB (Red+Green+Blue) = 183+28+28=239 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.57% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71C1C is #48E3E3. Grayscale: #4A4A4A. Windows color (decimal): -4776932 or 1842359. OLE color: 1842359.

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

Color convert

RGB 183 28 28 -
CMYK 0 0.85 0.85 0.28
HSL 0.73% 0.41% -
HSV(B) 0.85% 0.72% -
XYZ 20.15 10.98 2.16 -
YUV 74.35 101.85 205.5 -
System Red Green Blue C M Y K H S L
Decimal 183 28 28 0 0.85 0.85 0.28 0 0.73 0.41
Hex B7 1C 1C 0 55 55 1C 0 49 29
Octal 267 34 34 0 125 125 34 0 111 51
Binary 10110111 11100 11100 0 1010101 1010101 11100 0 1001001 101001

Color Harmonies of #B71C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71C1C

Black with #B71C1C

Text Example


Text Example

White with #B71C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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