Html Css Color HEX #B71D1B Fire Brick

📋 copy color: '#B71D1B'

red 183 ◦ green 29 ◦ blue 27

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

Shades of Fire Brick #B71D1B

Tints of Fire Brick #B71D1B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.13%

 BLUE value IS 27 (10.94% from 255) = 11.3%

R = 76.57%
G = 12.13%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B71D1B (or 0xB71D1B) is known color: Fire Brick. HEX triplet: B7, 1D and 1B. RGB value is (183,29,27). Sum of RGB (Red+Green+Blue) = 183+29+27=239 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.57% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71D1B is #48E2E4. Grayscale: #4A4A4A. Windows color (decimal): -4776677 or 1777079. OLE color: 1777079.

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

Color convert

RGB 183 29 27 -
CMYK 0 0.84 0.85 0.28
HSL 0.77º 0.74% 0.41% -
HSV(B) 0.77º 0.85% 0.72% -
XYZ 20.17 11.03 2.1 -
YUV 74.82 101.02 205.16 -
System Red Green Blue C M Y K H S L
Decimal 183 29 27 0 0.84 0.85 0.28 0.77 0.74 0.41
Hex B7 1D 1B 0 54 55 1C 1 4A 29
Octal 267 35 33 0 124 125 34 1 112 51
Binary 10110111 11101 11011 0 1010100 1010101 11100 1 1001010 101001

Color Harmonies of #B71D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71D1B

Black with #B71D1B

Text Example


Text Example

White with #B71D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71D1B; }

 p { color: rgb(183,29,27); }

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

background-color css

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

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

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

border-color css

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

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

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