Html Css Color HEX #A62741 Bright Red

📋 copy color: '#A62741'

red 166 ◦ green 39 ◦ blue 65

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

Shades of Bright Red #A62741

Tints of Bright Red #A62741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.44%

 BLUE value IS 65 (25.78% from 255) = 24.07%

R = 61.48%
G = 14.44%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A62741 (or 0xA62741) is known color: Bright Red. HEX triplet: A6, 27 and 41. RGB value is (166,39,65). Sum of RGB (Red+Green+Blue) = 166+39+65=270 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.48% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 166 - color contains mainly: red. Hex color #A62741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62741 is #59D8BE. Grayscale: #4F4F4F. Windows color (decimal): -5888191 or 4269990. OLE color: 4269990.

HSL color Cylindrical-coordinate representation of color #A62741: hue angle of 347.72º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A62741 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 39 65 -
CMYK 0 0.77 0.61 0.35
HSL 347.72º 0.62% 0.4% -
HSV(B) 347.72º 0.77% 0.65% -
XYZ 17.41 9.94 6 -
YUV 79.94 119.58 189.39 -
System Red Green Blue C M Y K H S L
Decimal 166 39 65 0 0.77 0.61 0.35 347.72 0.62 0.4
Hex A6 27 41 0 4D 3D 23 15C 3E 28
Octal 246 47 101 0 115 75 43 534 76 50
Binary 10100110 100111 1000001 0 1001101 111101 100011 101011100 111110 101000

Color Harmonies of #A62741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62741

Black with #A62741

Text Example


Text Example

White with #A62741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62741; }

 p { color: rgb(166,39,65); }

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

background-color css

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

 a { background-color: rgb(166,39,65); }

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

border-color css

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

 span { border-color: rgb(166,39,65); }

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