Html Css Color HEX #B41323 Fire Engine Red

📋 copy color: '#B41323'

red 180 ◦ green 19 ◦ blue 35

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

Shades of Fire Engine Red #B41323

Tints of Fire Engine Red #B41323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.96%

R = 76.92%
G = 8.12%
B = 14.96%

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

#B41323 (or 0xB41323) is known color: Fire Engine Red. HEX triplet: B4, 13 and 23. RGB value is (180,19,35). Sum of RGB (Red+Green+Blue) = 180+19+35=234 (30% of max value = 765). Red value is 180 (70.70% from 255 or 76.92% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 35 (14.06% from 255 or 14.96% from 234); Max value from RGB is 180 - color contains mainly: red. Hex color #B41323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41323 is #4BECDC. Grayscale: #454545. Windows color (decimal): -4975837 or 2298804. OLE color: 2298804.

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

Color convert

RGB 180 19 35 -
CMYK 0 0.89 0.81 0.29
HSL 354.04º 0.81% 0.39% -
HSV(B) 354.04º 0.89% 0.71% -
XYZ 19.36 10.29 2.56 -
YUV 68.96 108.84 207.2 -
System Red Green Blue C M Y K H S L
Decimal 180 19 35 0 0.89 0.81 0.29 354.04 0.81 0.39
Hex B4 13 23 0 59 51 1D 162 51 27
Octal 264 23 43 0 131 121 35 542 121 47
Binary 10110100 10011 100011 0 1011001 1010001 11101 101100010 1010001 100111

Color Harmonies of #B41323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41323

Black with #B41323

Text Example


Text Example

White with #B41323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41323; }

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

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

background-color css

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

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

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

border-color css

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

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

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