Html Css Color HEX #B71E0B Fire Brick

📋 copy color: '#B71E0B'

red 183 ◦ green 30 ◦ blue 11

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

Shades of Fire Brick #B71E0B

Tints of Fire Brick #B71E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.91%

R = 81.7%
G = 13.39%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B71E0B (or 0xB71E0B) is known color: Fire Brick. HEX triplet: B7, 1E and 0B. RGB value is (183,30,11). Sum of RGB (Red+Green+Blue) = 183+30+11=224 (29% of max value = 765). Red value is 183 (71.88% from 255 or 81.70% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71E0B is #48E1F4. Grayscale: #494949. Windows color (decimal): -4776437 or 728759. OLE color: 728759.

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

Color convert

RGB 183 30 11 -
CMYK 0 0.84 0.94 0.28
HSL 6.63º 0.89% 0.38% -
HSV(B) 6.63º 0.94% 0.72% -
XYZ 20.05 11.02 1.39 -
YUV 73.58 92.69 206.04 -
System Red Green Blue C M Y K H S L
Decimal 183 30 11 0 0.84 0.94 0.28 6.63 0.89 0.38
Hex B7 1E B 0 54 5E 1C 7 59 26
Octal 267 36 13 0 124 136 34 7 131 46
Binary 10110111 11110 1011 0 1010100 1011110 11100 111 1011001 100110

Color Harmonies of #B71E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71E0B

Black with #B71E0B

Text Example


Text Example

White with #B71E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71E0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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