Html Css Color HEX #B71A20 Fire Engine Red

📋 copy color: '#B71A20'

red 183 ◦ green 26 ◦ blue 32

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

Shades of Fire Engine Red #B71A20

Tints of Fire Engine Red #B71A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.28%

R = 75.93%
G = 10.79%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B71A20 (or 0xB71A20) is known color: Fire Engine Red. HEX triplet: B7, 1A and 20. RGB value is (183,26,32). Sum of RGB (Red+Green+Blue) = 183+26+32=241 (31% of max value = 765). Red value is 183 (71.88% from 255 or 75.93% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 183 - color contains mainly: red. Hex color #B71A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71A20 is #48E5DF. Grayscale: #494949. Windows color (decimal): -4777440 or 2103991. OLE color: 2103991.

HSL color Cylindrical-coordinate representation of color #B71A20: hue angle of 357.71º 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 #B71A20 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 26 32 -
CMYK 0 0.86 0.83 0.28
HSL 357.71º 0.75% 0.41% -
HSV(B) 357.71º 0.86% 0.72% -
XYZ 20.16 10.91 2.41 -
YUV 73.63 104.51 206.01 -
System Red Green Blue C M Y K H S L
Decimal 183 26 32 0 0.86 0.83 0.28 357.71 0.75 0.41
Hex B7 1A 20 0 56 53 1C 166 4B 29
Octal 267 32 40 0 126 123 34 546 113 51
Binary 10110111 11010 100000 0 1010110 1010011 11100 101100110 1001011 101001

Color Harmonies of #B71A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71A20

Black with #B71A20

Text Example


Text Example

White with #B71A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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