Html Css Color HEX #B71C15 Fire Brick

📋 copy color: '#B71C15'

red 183 ◦ green 28 ◦ blue 21

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

Shades of Fire Brick #B71C15

Tints of Fire Brick #B71C15

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.07%

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

R = 78.88%
G = 12.07%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B71C15 (or 0xB71C15) is known color: Fire Brick. HEX triplet: B7, 1C and 15. RGB value is (183,28,21). Sum of RGB (Red+Green+Blue) = 183+28+21=232 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.88% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71C15 is #48E3EA. Grayscale: #494949. Windows color (decimal): -4776939 or 1383607. OLE color: 1383607.

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

Color convert

RGB 183 28 21 -
CMYK 0 0.85 0.89 0.28
HSL 2.59º 0.79% 0.4% -
HSV(B) 2.59º 0.89% 0.72% -
XYZ 20.08 10.95 1.77 -
YUV 73.55 98.35 206.07 -
System Red Green Blue C M Y K H S L
Decimal 183 28 21 0 0.85 0.89 0.28 2.59 0.79 0.4
Hex B7 1C 15 0 55 59 1C 3 4F 28
Octal 267 34 25 0 125 131 34 3 117 50
Binary 10110111 11100 10101 0 1010101 1011001 11100 11 1001111 101000

Color Harmonies of #B71C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71C15

Black with #B71C15

Text Example


Text Example

White with #B71C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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