Html Css Color HEX #A61D1D Fire Brick

📋 copy color: '#A61D1D'

red 166 ◦ green 29 ◦ blue 29

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

Shades of Fire Brick #A61D1D

Tints of Fire Brick #A61D1D

RGB

 RED value IS 166 (65.23% from 255) = 74.11%

 GREEN value IS 29 (11.72% from 255) = 12.95%

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

R = 74.11%
G = 12.95%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A61D1D (or 0xA61D1D) is known color: Fire Brick. HEX triplet: A6, 1D and 1D. RGB value is (166,29,29). Sum of RGB (Red+Green+Blue) = 166+29+29=224 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.11% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61D1D is #59E2E2. Grayscale: #464646. Windows color (decimal): -5890787 or 1908134. OLE color: 1908134.

HSL color Cylindrical-coordinate representation of color #A61D1D: hue angle of 0º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A61D1D is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 29 29 -
CMYK 0 0.83 0.83 0.35
HSL 0.7% 0.38% -
HSV(B) 0.83% 0.65% -
XYZ 16.39 9.07 2.05 -
YUV 69.96 104.89 196.5 -
System Red Green Blue C M Y K H S L
Decimal 166 29 29 0 0.83 0.83 0.35 0 0.7 0.38
Hex A6 1D 1D 0 53 53 23 0 46 26
Octal 246 35 35 0 123 123 43 0 106 46
Binary 10100110 11101 11101 0 1010011 1010011 100011 0 1000110 100110

Color Harmonies of #A61D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61D1D

Black with #A61D1D

Text Example


Text Example

White with #A61D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61D1D; }

 p { color: rgb(166,29,29); }

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

background-color css

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

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

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

border-color css

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

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

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