Html Css Color HEX #A61824 Bright Red

📋 copy color: '#A61824'

red 166 ◦ green 24 ◦ blue 36

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

Shades of Bright Red #A61824

Tints of Bright Red #A61824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.93%

R = 73.45%
G = 10.62%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A61824 (or 0xA61824) is known color: Bright Red. HEX triplet: A6, 18 and 24. RGB value is (166,24,36). Sum of RGB (Red+Green+Blue) = 166+24+36=226 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.45% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 36 (14.45% from 255 or 15.93% from 226); Max value from RGB is 166 - color contains mainly: red. Hex color #A61824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61824 is #59E7DB. Grayscale: #434343. Windows color (decimal): -5892060 or 2365606. OLE color: 2365606.

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

Color convert

RGB 166 24 36 -
CMYK 0 0.86 0.78 0.35
HSL 354.93º 0.75% 0.37% -
HSV(B) 354.93º 0.86% 0.65% -
XYZ 16.37 8.89 2.52 -
YUV 67.83 110.04 198.02 -
System Red Green Blue C M Y K H S L
Decimal 166 24 36 0 0.86 0.78 0.35 354.93 0.75 0.37
Hex A6 18 24 0 56 4E 23 163 4B 25
Octal 246 30 44 0 126 116 43 543 113 45
Binary 10100110 11000 100100 0 1010110 1001110 100011 101100011 1001011 100101

Color Harmonies of #A61824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61824

Black with #A61824

Text Example


Text Example

White with #A61824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61824; }

 p { color: rgb(166,24,36); }

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

background-color css

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

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

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

border-color css

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

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

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