Html Css Color HEX #B01A21 Fire Engine Red

📋 copy color: '#B01A21'

red 176 ◦ green 26 ◦ blue 33

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

Shades of Fire Engine Red #B01A21

Tints of Fire Engine Red #B01A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.04%

R = 74.89%
G = 11.06%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B01A21 (or 0xB01A21) is known color: Fire Engine Red. HEX triplet: B0, 1A and 21. RGB value is (176,26,33). Sum of RGB (Red+Green+Blue) = 176+26+33=235 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.89% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01A21 is #4FE5DE. Grayscale: #474747. Windows color (decimal): -5236191 or 2169520. OLE color: 2169520.

HSL color Cylindrical-coordinate representation of color #B01A21: hue angle of 357.2º 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 #B01A21 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 26 33 -
CMYK 0 0.85 0.81 0.31
HSL 357.2º 0.74% 0.4% -
HSV(B) 357.2º 0.85% 0.69% -
XYZ 18.55 10.08 2.41 -
YUV 71.65 106.2 202.43 -
System Red Green Blue C M Y K H S L
Decimal 176 26 33 0 0.85 0.81 0.31 357.2 0.74 0.4
Hex B0 1A 21 0 55 51 1F 165 4A 28
Octal 260 32 41 0 125 121 37 545 112 50
Binary 10110000 11010 100001 0 1010101 1010001 11111 101100101 1001010 101000

Color Harmonies of #B01A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01A21

Black with #B01A21

Text Example


Text Example

White with #B01A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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