Html Css Color HEX #B2181D Fire Engine Red

📋 copy color: '#B2181D'

red 178 ◦ green 24 ◦ blue 29

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

Shades of Fire Engine Red #B2181D

Tints of Fire Engine Red #B2181D

RGB

 RED value IS 178 (69.92% from 255) = 77.06%

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

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

R = 77.06%
G = 10.39%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2181D (or 0xB2181D) is known color: Fire Engine Red. HEX triplet: B2, 18 and 1D. RGB value is (178,24,29). Sum of RGB (Red+Green+Blue) = 178+24+29=231 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.06% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 178 - color contains mainly: red. Hex color #B2181D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2181D is #4DE7E2. Grayscale: #464646. Windows color (decimal): -5105635 or 1906866. OLE color: 1906866.

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

Color convert

RGB 178 24 29 -
CMYK 0 0.87 0.84 0.30
HSL 358.05º 0.76% 0.4% -
HSV(B) 358.05º 0.87% 0.7% -
XYZ 18.91 10.21 2.14 -
YUV 70.62 104.52 204.59 -
System Red Green Blue C M Y K H S L
Decimal 178 24 29 0 0.87 0.84 0.30 358.05 0.76 0.4
Hex B2 18 1D 0 57 54 1E 166 4C 28
Octal 262 30 35 0 127 124 36 546 114 50
Binary 10110010 11000 11101 0 1010111 1010100 11110 101100110 1001100 101000

Color Harmonies of #B2181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2181D

Black with #B2181D

Text Example


Text Example

White with #B2181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2181D; }

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

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

background-color css

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

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

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

border-color css

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

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

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