Html Css Color HEX #A61D24 Bright Red

📋 copy color: '#A61D24'

red 166 ◦ green 29 ◦ blue 36

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

Shades of Bright Red #A61D24

Tints of Bright Red #A61D24

RGB

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

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

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

R = 71.86%
G = 12.55%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A61D24 (or 0xA61D24) is known color: Bright Red. HEX triplet: A6, 1D and 24. RGB value is (166,29,36). Sum of RGB (Red+Green+Blue) = 166+29+36=231 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.86% from 231); Green value is 29 (11.72% from 255 or 12.55% from 231); Blue value is 36 (14.45% from 255 or 15.58% from 231); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61D24 is #59E2DB. Grayscale: #464646. Windows color (decimal): -5890780 or 2366886. OLE color: 2366886.

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

Color convert

RGB 166 29 36 -
CMYK 0 0.83 0.78 0.35
HSL 356.93º 0.7% 0.38% -
HSV(B) 356.93º 0.83% 0.65% -
XYZ 16.48 9.11 2.56 -
YUV 70.76 108.39 195.93 -
System Red Green Blue C M Y K H S L
Decimal 166 29 36 0 0.83 0.78 0.35 356.93 0.7 0.38
Hex A6 1D 24 0 53 4E 23 165 46 26
Octal 246 35 44 0 123 116 43 545 106 46
Binary 10100110 11101 100100 0 1010011 1001110 100011 101100101 1000110 100110

Color Harmonies of #A61D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61D24

Black with #A61D24

Text Example


Text Example

White with #A61D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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