Html Css Color HEX #AD1B1E Fire Engine Red

📋 copy color: '#AD1B1E'

red 173 ◦ green 27 ◦ blue 30

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

Shades of Fire Engine Red #AD1B1E

Tints of Fire Engine Red #AD1B1E

RGB

 RED value IS 173 (67.97% from 255) = 75.22%

 GREEN value IS 27 (10.94% from 255) = 11.74%

 BLUE value IS 30 (12.11% from 255) = 13.04%

R = 75.22%
G = 11.74%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD1B1E (or 0xAD1B1E) is known color: Fire Engine Red. HEX triplet: AD, 1B and 1E. RGB value is (173,27,30). Sum of RGB (Red+Green+Blue) = 173+27+30=230 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.22% from 230); Green value is 27 (10.94% from 255 or 11.74% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1B1E is #52E4E1. Grayscale: #474747. Windows color (decimal): -5432546 or 1973165. OLE color: 1973165.

HSL color Cylindrical-coordinate representation of color #AD1B1E: hue angle of 358.77º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1B1E is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 27 30 -
CMYK 0 0.84 0.83 0.32
HSL 358.77º 0.73% 0.39% -
HSV(B) 358.77º 0.84% 0.68% -
XYZ 17.86 9.76 2.17 -
YUV 71 104.87 200.76 -
System Red Green Blue C M Y K H S L
Decimal 173 27 30 0 0.84 0.83 0.32 358.77 0.73 0.39
Hex AD 1B 1E 0 54 53 20 167 49 27
Octal 255 33 36 0 124 123 40 547 111 47
Binary 10101101 11011 11110 0 1010100 1010011 100000 101100111 1001001 100111

Color Harmonies of #AD1B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B1E

Black with #AD1B1E

Text Example


Text Example

White with #AD1B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B1E; }

 p { color: rgb(173,27,30); }

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

background-color css

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

 a { background-color: rgb(173,27,30); }

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

border-color css

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

 span { border-color: rgb(173,27,30); }

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