Html Css Color HEX #B71C11 Fire Brick

📋 copy color: '#B71C11'

red 183 ◦ green 28 ◦ blue 17

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

Shades of Fire Brick #B71C11

Tints of Fire Brick #B71C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.46%

R = 80.26%
G = 12.28%
B = 7.46%

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

#B71C11 (or 0xB71C11) is known color: Fire Brick. HEX triplet: B7, 1C and 11. RGB value is (183,28,17). Sum of RGB (Red+Green+Blue) = 183+28+17=228 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.26% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71C11 is #48E3EE. Grayscale: #494949. Windows color (decimal): -4776943 or 1121463. OLE color: 1121463.

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

Color convert

RGB 183 28 17 -
CMYK 0 0.85 0.91 0.28
HSL 3.98º 0.83% 0.39% -
HSV(B) 3.98º 0.91% 0.72% -
XYZ 20.04 10.94 1.59 -
YUV 73.09 96.35 206.39 -
System Red Green Blue C M Y K H S L
Decimal 183 28 17 0 0.85 0.91 0.28 3.98 0.83 0.39
Hex B7 1C 11 0 55 5B 1C 4 53 27
Octal 267 34 21 0 125 133 34 4 123 47
Binary 10110111 11100 10001 0 1010101 1011011 11100 100 1010011 100111

Color Harmonies of #B71C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71C11

Black with #B71C11

Text Example


Text Example

White with #B71C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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