Html Css Color HEX #AD1B1B Fire Brick

📋 copy color: '#AD1B1B'

red 173 ◦ green 27 ◦ blue 27

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

Shades of Fire Brick #AD1B1B

Tints of Fire Brick #AD1B1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.89%

R = 76.21%
G = 11.89%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD1B1B (or 0xAD1B1B) is known color: Fire Brick. HEX triplet: AD, 1B and 1B. RGB value is (173,27,27). Sum of RGB (Red+Green+Blue) = 173+27+27=227 (30% of max value = 765). Red value is 173 (67.97% from 255 or 76.21% from 227); Green value is 27 (10.94% from 255 or 11.89% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1B1B is #52E4E4. Grayscale: #464646. Windows color (decimal): -5432549 or 1776557. OLE color: 1776557.

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

Color convert

RGB 173 27 27 -
CMYK 0 0.84 0.84 0.32
HSL 0.73% 0.39% -
HSV(B) 0.84% 0.68% -
XYZ 17.82 9.75 1.98 -
YUV 70.65 103.37 201 -
System Red Green Blue C M Y K H S L
Decimal 173 27 27 0 0.84 0.84 0.32 0 0.73 0.39
Hex AD 1B 1B 0 54 54 20 0 49 27
Octal 255 33 33 0 124 124 40 0 111 47
Binary 10101101 11011 11011 0 1010100 1010100 100000 0 1001001 100111

Color Harmonies of #AD1B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B1B

Black with #AD1B1B

Text Example


Text Example

White with #AD1B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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