Html Css Color HEX #B71E08 Fire Brick

📋 copy color: '#B71E08'

red 183 ◦ green 30 ◦ blue 8

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

Shades of Fire Brick #B71E08

Tints of Fire Brick #B71E08

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.57%

 BLUE value IS 8 (3.52% from 255) = 3.62%

R = 82.81%
G = 13.57%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B71E08 (or 0xB71E08) is known color: Fire Brick. HEX triplet: B7, 1E and 08. RGB value is (183,30,8). Sum of RGB (Red+Green+Blue) = 183+30+8=221 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.81% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71E08 is #48E1F7. Grayscale: #494949. Windows color (decimal): -4776440 or 532151. OLE color: 532151.

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

Color convert

RGB 183 30 8 -
CMYK 0 0.84 0.96 0.28
HSL 7.54º 0.92% 0.37% -
HSV(B) 7.54º 0.96% 0.72% -
XYZ 20.04 11.01 1.3 -
YUV 73.24 91.19 206.29 -
System Red Green Blue C M Y K H S L
Decimal 183 30 8 0 0.84 0.96 0.28 7.54 0.92 0.37
Hex B7 1E 8 0 54 60 1C 8 5C 25
Octal 267 36 10 0 124 140 34 10 134 45
Binary 10110111 11110 1000 0 1010100 1100000 11100 1000 1011100 100101

Color Harmonies of #B71E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71E08

Black with #B71E08

Text Example


Text Example

White with #B71E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71E08; }

 p { color: rgb(183,30,8); }

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

background-color css

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

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

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

border-color css

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

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

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