Html Css Color HEX #A61823 Bright Red

📋 copy color: '#A61823'

red 166 ◦ green 24 ◦ blue 35

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

Shades of Bright Red #A61823

Tints of Bright Red #A61823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.56%

R = 73.78%
G = 10.67%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A61823 (or 0xA61823) is known color: Bright Red. HEX triplet: A6, 18 and 23. RGB value is (166,24,35). Sum of RGB (Red+Green+Blue) = 166+24+35=225 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.78% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 166 - color contains mainly: red. Hex color #A61823 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61823 is #59E7DC. Grayscale: #434343. Windows color (decimal): -5892061 or 2300070. OLE color: 2300070.

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

Color convert

RGB 166 24 35 -
CMYK 0 0.86 0.79 0.35
HSL 355.35º 0.75% 0.37% -
HSV(B) 355.35º 0.86% 0.65% -
XYZ 16.36 8.88 2.44 -
YUV 67.71 109.54 198.11 -
System Red Green Blue C M Y K H S L
Decimal 166 24 35 0 0.86 0.79 0.35 355.35 0.75 0.37
Hex A6 18 23 0 56 4F 23 163 4B 25
Octal 246 30 43 0 126 117 43 543 113 45
Binary 10100110 11000 100011 0 1010110 1001111 100011 101100011 1001011 100101

Color Harmonies of #A61823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61823

Black with #A61823

Text Example


Text Example

White with #A61823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61823; }

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

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

background-color css

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

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

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

border-color css

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

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

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