Html Css Color HEX #B71226 Fire Engine Red

📋 copy color: '#B71226'

red 183 ◦ green 18 ◦ blue 38

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

Shades of Fire Engine Red #B71226

Tints of Fire Engine Red #B71226

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.53%

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

R = 76.57%
G = 7.53%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B71226 (or 0xB71226) is known color: Fire Engine Red. HEX triplet: B7, 12 and 26. RGB value is (183,18,38). Sum of RGB (Red+Green+Blue) = 183+18+38=239 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.57% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 183 - color contains mainly: red. Hex color #B71226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71226 is #48EDD9. Grayscale: #454545. Windows color (decimal): -4779482 or 2495159. OLE color: 2495159.

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

Color convert

RGB 183 18 38 -
CMYK 0 0.90 0.79 0.28
HSL 352.73º 0.82% 0.39% -
HSV(B) 352.73º 0.9% 0.72% -
XYZ 20.09 10.64 2.83 -
YUV 69.62 110.16 208.87 -
System Red Green Blue C M Y K H S L
Decimal 183 18 38 0 0.90 0.79 0.28 352.73 0.82 0.39
Hex B7 12 26 0 5A 4F 1C 161 52 27
Octal 267 22 46 0 132 117 34 541 122 47
Binary 10110111 10010 100110 0 1011010 1001111 11100 101100001 1010010 100111

Color Harmonies of #B71226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71226

Black with #B71226

Text Example


Text Example

White with #B71226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71226; }

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

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

background-color css

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

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

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

border-color css

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

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

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