Html Css Color HEX #A61833 Bright Red

📋 copy color: '#A61833'

red 166 ◦ green 24 ◦ blue 51

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

Shades of Bright Red #A61833

Tints of Bright Red #A61833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.16%

R = 68.88%
G = 9.96%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A61833 (or 0xA61833) is known color: Bright Red. HEX triplet: A6, 18 and 33. RGB value is (166,24,51). Sum of RGB (Red+Green+Blue) = 166+24+51=241 (31% of max value = 765). Red value is 166 (65.23% from 255 or 68.88% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 166 - color contains mainly: red. Hex color #A61833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61833 is #59E7CC. Grayscale: #454545. Windows color (decimal): -5892045 or 3348646. OLE color: 3348646.

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

Color convert

RGB 166 24 51 -
CMYK 0 0.86 0.69 0.35
HSL 348.59º 0.75% 0.37% -
HSV(B) 348.59º 0.86% 0.65% -
XYZ 16.65 9 3.99 -
YUV 69.54 117.54 196.8 -
System Red Green Blue C M Y K H S L
Decimal 166 24 51 0 0.86 0.69 0.35 348.59 0.75 0.37
Hex A6 18 33 0 56 45 23 15D 4B 25
Octal 246 30 63 0 126 105 43 535 113 45
Binary 10100110 11000 110011 0 1010110 1000101 100011 101011101 1001011 100101

Color Harmonies of #A61833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61833

Black with #A61833

Text Example


Text Example

White with #A61833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61833; }

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

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

background-color css

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

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

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

border-color css

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

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

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