Html Css Color HEX #B71B0D Fire Brick

📋 copy color: '#B71B0D'

red 183 ◦ green 27 ◦ blue 13

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

Shades of Fire Brick #B71B0D

Tints of Fire Brick #B71B0D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.11%

 BLUE value IS 13 (5.47% from 255) = 5.83%

R = 82.06%
G = 12.11%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B71B0D (or 0xB71B0D) is known color: Fire Brick. HEX triplet: B7, 1B and 0D. RGB value is (183,27,13). Sum of RGB (Red+Green+Blue) = 183+27+13=223 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.06% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71B0D is #48E4F2. Grayscale: #484848. Windows color (decimal): -4777203 or 859063. OLE color: 859063.

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

Color convert

RGB 183 27 13 -
CMYK 0 0.85 0.93 0.28
HSL 4.94º 0.87% 0.38% -
HSV(B) 4.94º 0.93% 0.72% -
XYZ 19.99 10.88 1.43 -
YUV 72.05 94.68 207.14 -
System Red Green Blue C M Y K H S L
Decimal 183 27 13 0 0.85 0.93 0.28 4.94 0.87 0.38
Hex B7 1B D 0 55 5D 1C 5 57 26
Octal 267 33 15 0 125 135 34 5 127 46
Binary 10110111 11011 1101 0 1010101 1011101 11100 101 1010111 100110

Color Harmonies of #B71B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71B0D

Black with #B71B0D

Text Example


Text Example

White with #B71B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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