Html Css Color HEX #B41326 Fire Engine Red

📋 copy color: '#B41326'

red 180 ◦ green 19 ◦ blue 38

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

Shades of Fire Engine Red #B41326

Tints of Fire Engine Red #B41326

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.02%

 BLUE value IS 38 (15.23% from 255) = 16.03%

R = 75.95%
G = 8.02%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B41326 (or 0xB41326) is known color: Fire Engine Red. HEX triplet: B4, 13 and 26. RGB value is (180,19,38). Sum of RGB (Red+Green+Blue) = 180+19+38=237 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.95% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 38 (15.23% from 255 or 16.03% from 237); Max value from RGB is 180 - color contains mainly: red. Hex color #B41326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41326 is #4BECD9. Grayscale: #454545. Windows color (decimal): -4975834 or 2495412. OLE color: 2495412.

HSL color Cylindrical-coordinate representation of color #B41326: hue angle of 352.92º degrees, saturation: 0.81, 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 #B41326 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 19 38 -
CMYK 0 0.89 0.79 0.29
HSL 352.92º 0.81% 0.39% -
HSV(B) 352.92º 0.89% 0.71% -
XYZ 19.41 10.31 2.8 -
YUV 69.31 110.34 206.96 -
System Red Green Blue C M Y K H S L
Decimal 180 19 38 0 0.89 0.79 0.29 352.92 0.81 0.39
Hex B4 13 26 0 59 4F 1D 161 51 27
Octal 264 23 46 0 131 117 35 541 121 47
Binary 10110100 10011 100110 0 1011001 1001111 11101 101100001 1010001 100111

Color Harmonies of #B41326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41326

Black with #B41326

Text Example


Text Example

White with #B41326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41326; }

 p { color: rgb(180,19,38); }

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

background-color css

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

 a { background-color: rgb(180,19,38); }

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

border-color css

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

 span { border-color: rgb(180,19,38); }

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