Html Css Color HEX #B71A1E Fire Engine Red

📋 copy color: '#B71A1E'

red 183 ◦ green 26 ◦ blue 30

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

Shades of Fire Engine Red #B71A1E

Tints of Fire Engine Red #B71A1E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.88%

 BLUE value IS 30 (12.11% from 255) = 12.55%

R = 76.57%
G = 10.88%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B71A1E (or 0xB71A1E) is known color: Fire Engine Red. HEX triplet: B7, 1A and 1E. RGB value is (183,26,30). Sum of RGB (Red+Green+Blue) = 183+26+30=239 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.57% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 183 - color contains mainly: red. Hex color #B71A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71A1E is #48E5E1. Grayscale: #494949. Windows color (decimal): -4777442 or 1972919. OLE color: 1972919.

HSL color Cylindrical-coordinate representation of color #B71A1E: hue angle of 358.47º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71A1E is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 26 30 -
CMYK 0 0.86 0.84 0.28
HSL 358.47º 0.75% 0.41% -
HSV(B) 358.47º 0.86% 0.72% -
XYZ 20.13 10.9 2.27 -
YUV 73.4 103.51 206.17 -
System Red Green Blue C M Y K H S L
Decimal 183 26 30 0 0.86 0.84 0.28 358.47 0.75 0.41
Hex B7 1A 1E 0 56 54 1C 166 4B 29
Octal 267 32 36 0 126 124 34 546 113 51
Binary 10110111 11010 11110 0 1010110 1010100 11100 101100110 1001011 101001

Color Harmonies of #B71A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71A1E

Black with #B71A1E

Text Example


Text Example

White with #B71A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71A1E; }

 p { color: rgb(183,26,30); }

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

background-color css

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

 a { background-color: rgb(183,26,30); }

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

border-color css

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

 span { border-color: rgb(183,26,30); }

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