Html Css Color HEX #B71C0C Fire Brick

📋 copy color: '#B71C0C'

red 183 ◦ green 28 ◦ blue 12

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

Shades of Fire Brick #B71C0C

Tints of Fire Brick #B71C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.38%

R = 82.06%
G = 12.56%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B71C0C (or 0xB71C0C) is known color: Fire Brick. HEX triplet: B7, 1C and 0C. RGB value is (183,28,12). Sum of RGB (Red+Green+Blue) = 183+28+12=223 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.06% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71C0C is #48E3F3. Grayscale: #484848. Windows color (decimal): -4776948 or 793783. OLE color: 793783.

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

Color convert

RGB 183 28 12 -
CMYK 0 0.85 0.93 0.28
HSL 5.61º 0.88% 0.38% -
HSV(B) 5.61º 0.93% 0.72% -
XYZ 20.01 10.92 1.4 -
YUV 72.52 93.85 206.8 -
System Red Green Blue C M Y K H S L
Decimal 183 28 12 0 0.85 0.93 0.28 5.61 0.88 0.38
Hex B7 1C C 0 55 5D 1C 6 58 26
Octal 267 34 14 0 125 135 34 6 130 46
Binary 10110111 11100 1100 0 1010101 1011101 11100 110 1011000 100110

Color Harmonies of #B71C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71C0C

Black with #B71C0C

Text Example


Text Example

White with #B71C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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