Html Css Color HEX #B6181C Fire Engine Red

📋 copy color: '#B6181C'

red 182 ◦ green 24 ◦ blue 28

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

Shades of Fire Engine Red #B6181C

Tints of Fire Engine Red #B6181C

RGB

 RED value IS 182 (71.48% from 255) = 77.78%

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

 BLUE value IS 28 (11.33% from 255) = 11.97%

R = 77.78%
G = 10.26%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B6181C (or 0xB6181C) is known color: Fire Engine Red. HEX triplet: B6, 18 and 1C. RGB value is (182,24,28). Sum of RGB (Red+Green+Blue) = 182+24+28=234 (30% of max value = 765). Red value is 182 (71.48% from 255 or 77.78% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 182 - color contains mainly: red. Hex color #B6181C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6181C is #49E7E3. Grayscale: #474747. Windows color (decimal): -4843492 or 1841334. OLE color: 1841334.

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

Color convert

RGB 182 24 28 -
CMYK 0 0.87 0.85 0.29
HSL 358.48º 0.77% 0.4% -
HSV(B) 358.48º 0.87% 0.71% -
XYZ 19.83 10.68 2.12 -
YUV 71.7 103.35 206.67 -
System Red Green Blue C M Y K H S L
Decimal 182 24 28 0 0.87 0.85 0.29 358.48 0.77 0.4
Hex B6 18 1C 0 57 55 1D 166 4D 28
Octal 266 30 34 0 127 125 35 546 115 50
Binary 10110110 11000 11100 0 1010111 1010101 11101 101100110 1001101 101000

Color Harmonies of #B6181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6181C

Black with #B6181C

Text Example


Text Example

White with #B6181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6181C; }

 p { color: rgb(182,24,28); }

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

background-color css

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

 a { background-color: rgb(182,24,28); }

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

border-color css

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

 span { border-color: rgb(182,24,28); }

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