Html Css Color HEX #B01A20 Fire Engine Red

📋 copy color: '#B01A20'

red 176 ◦ green 26 ◦ blue 32

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

Shades of Fire Engine Red #B01A20

Tints of Fire Engine Red #B01A20

RGB

 RED value IS 176 (69.14% from 255) = 75.21%

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

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

R = 75.21%
G = 11.11%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B01A20 (or 0xB01A20) is known color: Fire Engine Red. HEX triplet: B0, 1A and 20. RGB value is (176,26,32). Sum of RGB (Red+Green+Blue) = 176+26+32=234 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.21% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01A20 is #4FE5DF. Grayscale: #474747. Windows color (decimal): -5236192 or 2103984. OLE color: 2103984.

HSL color Cylindrical-coordinate representation of color #B01A20: hue angle of 357.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01A20 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 26 32 -
CMYK 0 0.85 0.82 0.31
HSL 357.6º 0.74% 0.4% -
HSV(B) 357.6º 0.85% 0.69% -
XYZ 18.53 10.07 2.33 -
YUV 71.53 105.7 202.51 -
System Red Green Blue C M Y K H S L
Decimal 176 26 32 0 0.85 0.82 0.31 357.6 0.74 0.4
Hex B0 1A 20 0 55 52 1F 166 4A 28
Octal 260 32 40 0 125 122 37 546 112 50
Binary 10110000 11010 100000 0 1010101 1010010 11111 101100110 1001010 101000

Color Harmonies of #B01A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01A20

Black with #B01A20

Text Example


Text Example

White with #B01A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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