Html Css Color HEX #B71B12 Fire Brick

📋 copy color: '#B71B12'

red 183 ◦ green 27 ◦ blue 18

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

Shades of Fire Brick #B71B12

Tints of Fire Brick #B71B12

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.84%

 BLUE value IS 18 (7.42% from 255) = 7.89%

R = 80.26%
G = 11.84%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B71B12 (or 0xB71B12) is known color: Fire Brick. HEX triplet: B7, 1B and 12. RGB value is (183,27,18). Sum of RGB (Red+Green+Blue) = 183+27+18=228 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.26% from 228); Green value is 27 (10.94% from 255 or 11.84% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71B12 is #48E4ED. Grayscale: #484848. Windows color (decimal): -4777198 or 1186743. OLE color: 1186743.

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

Color convert

RGB 183 27 18 -
CMYK 0 0.85 0.90 0.28
HSL 3.27º 0.82% 0.39% -
HSV(B) 3.27º 0.9% 0.72% -
XYZ 20.03 10.89 1.62 -
YUV 72.62 97.18 206.73 -
System Red Green Blue C M Y K H S L
Decimal 183 27 18 0 0.85 0.90 0.28 3.27 0.82 0.39
Hex B7 1B 12 0 55 5A 1C 3 52 27
Octal 267 33 22 0 125 132 34 3 122 47
Binary 10110111 11011 10010 0 1010101 1011010 11100 11 1010010 100111

Color Harmonies of #B71B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71B12

Black with #B71B12

Text Example


Text Example

White with #B71B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71B12; }

 p { color: rgb(183,27,18); }

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

background-color css

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

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

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

border-color css

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

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

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