Html Css Color HEX #B71C0F Fire Brick

📋 copy color: '#B71C0F'

red 183 ◦ green 28 ◦ blue 15

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

Shades of Fire Brick #B71C0F

Tints of Fire Brick #B71C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.64%

R = 80.97%
G = 12.39%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B71C0F (or 0xB71C0F) is known color: Fire Brick. HEX triplet: B7, 1C and 0F. RGB value is (183,28,15). Sum of RGB (Red+Green+Blue) = 183+28+15=226 (29% of max value = 765). Red value is 183 (71.88% from 255 or 80.97% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71C0F is #48E3F0. Grayscale: #494949. Windows color (decimal): -4776945 or 990391. OLE color: 990391.

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

Color convert

RGB 183 28 15 -
CMYK 0 0.85 0.92 0.28
HSL 4.64º 0.85% 0.39% -
HSV(B) 4.64º 0.92% 0.72% -
XYZ 20.03 10.93 1.51 -
YUV 72.86 95.35 206.56 -
System Red Green Blue C M Y K H S L
Decimal 183 28 15 0 0.85 0.92 0.28 4.64 0.85 0.39
Hex B7 1C F 0 55 5C 1C 5 55 27
Octal 267 34 17 0 125 134 34 5 125 47
Binary 10110111 11100 1111 0 1010101 1011100 11100 101 1010101 100111

Color Harmonies of #B71C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71C0F

Black with #B71C0F

Text Example


Text Example

White with #B71C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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