Html Css Color HEX #B71C09 Fire Brick

📋 copy color: '#B71C09'

red 183 ◦ green 28 ◦ blue 9

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

Shades of Fire Brick #B71C09

Tints of Fire Brick #B71C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.09%

R = 83.18%
G = 12.73%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B71C09 (or 0xB71C09) is known color: Fire Brick. HEX triplet: B7, 1C and 09. RGB value is (183,28,9). Sum of RGB (Red+Green+Blue) = 183+28+9=220 (29% of max value = 765). Red value is 183 (71.88% from 255 or 83.18% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 9 (3.91% from 255 or 4.09% from 220); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71C09 is #48E3F6. Grayscale: #484848. Windows color (decimal): -4776951 or 597175. OLE color: 597175.

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

Color convert

RGB 183 28 9 -
CMYK 0 0.85 0.95 0.28
HSL 6.55º 0.91% 0.38% -
HSV(B) 6.55º 0.95% 0.72% -
XYZ 19.99 10.92 1.31 -
YUV 72.18 92.35 207.04 -
System Red Green Blue C M Y K H S L
Decimal 183 28 9 0 0.85 0.95 0.28 6.55 0.91 0.38
Hex B7 1C 9 0 55 5F 1C 7 5B 26
Octal 267 34 11 0 125 137 34 7 133 46
Binary 10110111 11100 1001 0 1010101 1011111 11100 111 1011011 100110

Color Harmonies of #B71C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71C09

Black with #B71C09

Text Example


Text Example

White with #B71C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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