Html Css Color HEX #B71526 Fire Engine Red

📋 copy color: '#B71526'

red 183 ◦ green 21 ◦ blue 38

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

Shades of Fire Engine Red #B71526

Tints of Fire Engine Red #B71526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.68%

 BLUE value IS 38 (15.23% from 255) = 15.7%

R = 75.62%
G = 8.68%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B71526 (or 0xB71526) is known color: Fire Engine Red. HEX triplet: B7, 15 and 26. RGB value is (183,21,38). Sum of RGB (Red+Green+Blue) = 183+21+38=242 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.62% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 38 (15.23% from 255 or 15.70% from 242); Max value from RGB is 183 - color contains mainly: red. Hex color #B71526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71526 is #48EAD9. Grayscale: #474747. Windows color (decimal): -4778714 or 2495927. OLE color: 2495927.

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

Color convert

RGB 183 21 38 -
CMYK 0 0.89 0.79 0.28
HSL 353.7º 0.79% 0.4% -
HSV(B) 353.7º 0.89% 0.72% -
XYZ 20.15 10.74 2.85 -
YUV 71.38 109.17 207.62 -
System Red Green Blue C M Y K H S L
Decimal 183 21 38 0 0.89 0.79 0.28 353.7 0.79 0.4
Hex B7 15 26 0 59 4F 1C 162 4F 28
Octal 267 25 46 0 131 117 34 542 117 50
Binary 10110111 10101 100110 0 1011001 1001111 11100 101100010 1001111 101000

Color Harmonies of #B71526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71526

Black with #B71526

Text Example


Text Example

White with #B71526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71526; }

 p { color: rgb(183,21,38); }

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

background-color css

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

 a { background-color: rgb(183,21,38); }

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

border-color css

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

 span { border-color: rgb(183,21,38); }

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