Html Css Color HEX #B71C10 Fire Brick

📋 copy color: '#B71C10'

red 183 ◦ green 28 ◦ blue 16

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

Shades of Fire Brick #B71C10

Tints of Fire Brick #B71C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.05%

R = 80.62%
G = 12.33%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B71C10 (or 0xB71C10) is known color: Fire Brick. HEX triplet: B7, 1C and 10. RGB value is (183,28,16). Sum of RGB (Red+Green+Blue) = 183+28+16=227 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.62% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71C10 is #48E3EF. Grayscale: #494949. Windows color (decimal): -4776944 or 1055927. OLE color: 1055927.

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

Color convert

RGB 183 28 16 -
CMYK 0 0.85 0.91 0.28
HSL 4.31º 0.84% 0.39% -
HSV(B) 4.31º 0.91% 0.72% -
XYZ 20.04 10.94 1.54 -
YUV 72.98 95.85 206.48 -
System Red Green Blue C M Y K H S L
Decimal 183 28 16 0 0.85 0.91 0.28 4.31 0.84 0.39
Hex B7 1C 10 0 55 5B 1C 4 54 27
Octal 267 34 20 0 125 133 34 4 124 47
Binary 10110111 11100 10000 0 1010101 1011011 11100 100 1010100 100111

Color Harmonies of #B71C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71C10

Black with #B71C10

Text Example


Text Example

White with #B71C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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