Html Css Color HEX #A62230 Bright Red

📋 copy color: '#A62230'

red 166 ◦ green 34 ◦ blue 48

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

Shades of Bright Red #A62230

Tints of Bright Red #A62230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.71%

 BLUE value IS 48 (19.14% from 255) = 19.35%

R = 66.94%
G = 13.71%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A62230 (or 0xA62230) is known color: Bright Red. HEX triplet: A6, 22 and 30. RGB value is (166,34,48). Sum of RGB (Red+Green+Blue) = 166+34+48=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A62230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62230 is #59DDCF. Grayscale: #4B4B4B. Windows color (decimal): -5889488 or 3154598. OLE color: 3154598.

HSL color Cylindrical-coordinate representation of color #A62230: hue angle of 353.64º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62230 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 34 48 -
CMYK 0 0.80 0.71 0.35
HSL 353.64º 0.66% 0.39% -
HSV(B) 353.64º 0.8% 0.65% -
XYZ 16.83 9.46 3.74 -
YUV 75.06 112.73 192.86 -
System Red Green Blue C M Y K H S L
Decimal 166 34 48 0 0.80 0.71 0.35 353.64 0.66 0.39
Hex A6 22 30 0 50 47 23 162 42 27
Octal 246 42 60 0 120 107 43 542 102 47
Binary 10100110 100010 110000 0 1010000 1000111 100011 101100010 1000010 100111

Color Harmonies of #A62230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62230

Black with #A62230

Text Example


Text Example

White with #A62230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62230; }

 p { color: rgb(166,34,48); }

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

background-color css

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

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

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

border-color css

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

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

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