Html Css Color HEX #B71D1A Fire Brick

📋 copy color: '#B71D1A'

red 183 ◦ green 29 ◦ blue 26

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

Shades of Fire Brick #B71D1A

Tints of Fire Brick #B71D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.92%

R = 76.89%
G = 12.18%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B71D1A (or 0xB71D1A) is known color: Fire Brick. HEX triplet: B7, 1D and 1A. RGB value is (183,29,26). Sum of RGB (Red+Green+Blue) = 183+29+26=238 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.89% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71D1A is #48E2E5. Grayscale: #4A4A4A. Windows color (decimal): -4776678 or 1711543. OLE color: 1711543.

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

Color convert

RGB 183 29 26 -
CMYK 0 0.84 0.86 0.28
HSL 1.15º 0.75% 0.41% -
HSV(B) 1.15º 0.86% 0.72% -
XYZ 20.15 11.02 2.04 -
YUV 74.7 100.52 205.24 -
System Red Green Blue C M Y K H S L
Decimal 183 29 26 0 0.84 0.86 0.28 1.15 0.75 0.41
Hex B7 1D 1A 0 54 56 1C 1 4B 29
Octal 267 35 32 0 124 126 34 1 113 51
Binary 10110111 11101 11010 0 1010100 1010110 11100 1 1001011 101001

Color Harmonies of #B71D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71D1A

Black with #B71D1A

Text Example


Text Example

White with #B71D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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