Html Css Color HEX #B71515 Fire Brick

📋 copy color: '#B71515'

red 183 ◦ green 21 ◦ blue 21

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

Shades of Fire Brick #B71515

Tints of Fire Brick #B71515

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.33%

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

R = 81.33%
G = 9.33%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B71515 (or 0xB71515) is known color: Fire Brick. HEX triplet: B7, 15 and 15. RGB value is (183,21,21). Sum of RGB (Red+Green+Blue) = 183+21+21=225 (29% of max value = 765). Red value is 183 (71.88% from 255 or 81.33% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 183 - color contains mainly: red. Hex color #B71515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71515 is #48EAEA. Grayscale: #454545. Windows color (decimal): -4778731 or 1381815. OLE color: 1381815.

HSL color Cylindrical-coordinate representation of color #B71515: hue angle of 0º 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 #B71515 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 21 21 -
CMYK 0 0.89 0.89 0.28
HSL 0.79% 0.4% -
HSV(B) 0.89% 0.72% -
XYZ 19.93 10.66 1.72 -
YUV 69.44 100.67 209 -
System Red Green Blue C M Y K H S L
Decimal 183 21 21 0 0.89 0.89 0.28 0 0.79 0.4
Hex B7 15 15 0 59 59 1C 0 4F 28
Octal 267 25 25 0 131 131 34 0 117 50
Binary 10110111 10101 10101 0 1011001 1011001 11100 0 1001111 101000

Color Harmonies of #B71515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71515

Black with #B71515

Text Example


Text Example

White with #B71515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71515; }

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

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

background-color css

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

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

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

border-color css

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

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

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