Html Css Color HEX #B5181D Fire Engine Red

📋 copy color: '#B5181D'

red 181 ◦ green 24 ◦ blue 29

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

Shades of Fire Engine Red #B5181D

Tints of Fire Engine Red #B5181D

RGB

 RED value IS 181 (71.09% from 255) = 77.35%

 GREEN value IS 24 (9.77% from 255) = 10.26%

 BLUE value IS 29 (11.72% from 255) = 12.39%

R = 77.35%
G = 10.26%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B5181D (or 0xB5181D) is known color: Fire Engine Red. HEX triplet: B5, 18 and 1D. RGB value is (181,24,29). Sum of RGB (Red+Green+Blue) = 181+24+29=234 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.35% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 181 - color contains mainly: red. Hex color #B5181D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5181D is #4AE7E2. Grayscale: #474747. Windows color (decimal): -4909027 or 1906869. OLE color: 1906869.

HSL color Cylindrical-coordinate representation of color #B5181D: hue angle of 358.09º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B5181D is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 24 29 -
CMYK 0 0.87 0.84 0.29
HSL 358.09º 0.77% 0.4% -
HSV(B) 358.09º 0.87% 0.71% -
XYZ 19.6 10.57 2.17 -
YUV 71.51 104.01 206.09 -
System Red Green Blue C M Y K H S L
Decimal 181 24 29 0 0.87 0.84 0.29 358.09 0.77 0.4
Hex B5 18 1D 0 57 54 1D 166 4D 28
Octal 265 30 35 0 127 124 35 546 115 50
Binary 10110101 11000 11101 0 1010111 1010100 11101 101100110 1001101 101000

Color Harmonies of #B5181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5181D

Black with #B5181D

Text Example


Text Example

White with #B5181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5181D; }

 p { color: rgb(181,24,29); }

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

background-color css

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

 a { background-color: rgb(181,24,29); }

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

border-color css

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

 span { border-color: rgb(181,24,29); }

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