Html Css Color HEX #B41422 Fire Engine Red

📋 copy color: '#B41422'

red 180 ◦ green 20 ◦ blue 34

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

Shades of Fire Engine Red #B41422

Tints of Fire Engine Red #B41422

RGB

 RED value IS 180 (70.7% from 255) = 76.92%

 GREEN value IS 20 (8.2% from 255) = 8.55%

 BLUE value IS 34 (13.67% from 255) = 14.53%

R = 76.92%
G = 8.55%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B41422 (or 0xB41422) is known color: Fire Engine Red. HEX triplet: B4, 14 and 22. RGB value is (180,20,34). Sum of RGB (Red+Green+Blue) = 180+20+34=234 (30% of max value = 765). Red value is 180 (70.70% from 255 or 76.92% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 34 (13.67% from 255 or 14.53% from 234); Max value from RGB is 180 - color contains mainly: red. Hex color #B41422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41422 is #4BEBDD. Grayscale: #454545. Windows color (decimal): -4975582 or 2233524. OLE color: 2233524.

HSL color Cylindrical-coordinate representation of color #B41422: hue angle of 354.75º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B41422 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 20 34 -
CMYK 0 0.89 0.81 0.29
HSL 354.75º 0.8% 0.39% -
HSV(B) 354.75º 0.89% 0.71% -
XYZ 19.36 10.32 2.48 -
YUV 69.44 108.01 206.86 -
System Red Green Blue C M Y K H S L
Decimal 180 20 34 0 0.89 0.81 0.29 354.75 0.8 0.39
Hex B4 14 22 0 59 51 1D 163 50 27
Octal 264 24 42 0 131 121 35 543 120 47
Binary 10110100 10100 100010 0 1011001 1010001 11101 101100011 1010000 100111

Color Harmonies of #B41422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41422

Black with #B41422

Text Example


Text Example

White with #B41422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41422; }

 p { color: rgb(180,20,34); }

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

background-color css

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

 a { background-color: rgb(180,20,34); }

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

border-color css

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

 span { border-color: rgb(180,20,34); }

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