Html Css Color HEX #A40827 Carmine

📋 copy color: '#A40827'

red 164 ◦ green 8 ◦ blue 39

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

Shades of Carmine #A40827

Tints of Carmine #A40827

RGB

 RED value IS 164 (64.45% from 255) = 77.73%

 GREEN value IS 8 (3.52% from 255) = 3.79%

 BLUE value IS 39 (15.63% from 255) = 18.48%

R = 77.73%
G = 3.79%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A40827 (or 0xA40827) is known color: Carmine. HEX triplet: A4, 08 and 27. RGB value is (164,8,39). Sum of RGB (Red+Green+Blue) = 164+8+39=211 (27% of max value = 765). Red value is 164 (64.45% from 255 or 77.73% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 164 - color contains mainly: red. Hex color #A40827 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40827 is #5BF7D8. Grayscale: #3A3A3A. Windows color (decimal): -6027225 or 2558116. OLE color: 2558116.

HSL color Cylindrical-coordinate representation of color #A40827: hue angle of 348.08º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40827 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 8 39 -
CMYK 0 0.95 0.76 0.36
HSL 348.08º 0.91% 0.34% -
HSV(B) 348.08º 0.95% 0.64% -
XYZ 15.76 8.21 2.67 -
YUV 58.18 117.18 203.48 -
System Red Green Blue C M Y K H S L
Decimal 164 8 39 0 0.95 0.76 0.36 348.08 0.91 0.34
Hex A4 8 27 0 5F 4C 24 15C 5B 22
Octal 244 10 47 0 137 114 44 534 133 42
Binary 10100100 1000 100111 0 1011111 1001100 100100 101011100 1011011 100010

Color Harmonies of #A40827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40827

Black with #A40827

Text Example


Text Example

White with #A40827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40827; }

 p { color: rgb(164,8,39); }

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

background-color css

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

 a { background-color: rgb(164,8,39); }

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

border-color css

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

 span { border-color: rgb(164,8,39); }

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