Html Css Color HEX #B71D15 Fire Brick

📋 copy color: '#B71D15'

red 183 ◦ green 29 ◦ blue 21

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

Shades of Fire Brick #B71D15

Tints of Fire Brick #B71D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.01%

R = 78.54%
G = 12.45%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B71D15 (or 0xB71D15) is known color: Fire Brick. HEX triplet: B7, 1D and 15. RGB value is (183,29,21). Sum of RGB (Red+Green+Blue) = 183+29+21=233 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.54% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71D15 is #48E2EA. Grayscale: #4A4A4A. Windows color (decimal): -4776683 or 1383863. OLE color: 1383863.

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

Color convert

RGB 183 29 21 -
CMYK 0 0.84 0.89 0.28
HSL 2.96º 0.79% 0.4% -
HSV(B) 2.96º 0.89% 0.72% -
XYZ 20.1 11 1.77 -
YUV 74.13 98.02 205.65 -
System Red Green Blue C M Y K H S L
Decimal 183 29 21 0 0.84 0.89 0.28 2.96 0.79 0.4
Hex B7 1D 15 0 54 59 1C 3 4F 28
Octal 267 35 25 0 124 131 34 3 117 50
Binary 10110111 11101 10101 0 1010100 1011001 11100 11 1001111 101000

Color Harmonies of #B71D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71D15

Black with #B71D15

Text Example


Text Example

White with #B71D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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