Html Css Color HEX #A10434 Carmine

📋 copy color: '#A10434'

red 161 ◦ green 4 ◦ blue 52

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

Shades of Carmine #A10434

Tints of Carmine #A10434

RGB

 RED value IS 161 (63.28% from 255) = 74.19%

 GREEN value IS 4 (1.95% from 255) = 1.84%

 BLUE value IS 52 (20.7% from 255) = 23.96%

R = 74.19%
G = 1.84%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A10434 (or 0xA10434) is known color: Carmine. HEX triplet: A1, 04 and 34. RGB value is (161,4,52). Sum of RGB (Red+Green+Blue) = 161+4+52=217 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.19% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 161 - color contains mainly: red. Hex color #A10434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10434 is #5EFBCB. Grayscale: #383838. Windows color (decimal): -6224844 or 3409057. OLE color: 3409057.

HSL color Cylindrical-coordinate representation of color #A10434: hue angle of 341.66º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A10434 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 4 52 -
CMYK 0 0.98 0.68 0.37
HSL 341.66º 0.95% 0.32% -
HSV(B) 341.66º 0.98% 0.63% -
XYZ 15.36 7.91 3.97 -
YUV 56.42 125.51 202.6 -
System Red Green Blue C M Y K H S L
Decimal 161 4 52 0 0.98 0.68 0.37 341.66 0.95 0.32
Hex A1 4 34 0 62 44 25 156 5F 20
Octal 241 4 64 0 142 104 45 526 137 40
Binary 10100001 100 110100 0 1100010 1000100 100101 101010110 1011111 100000

Color Harmonies of #A10434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10434

Black with #A10434

Text Example


Text Example

White with #A10434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10434; }

 p { color: rgb(161,4,52); }

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

background-color css

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

 a { background-color: rgb(161,4,52); }

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

border-color css

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

 span { border-color: rgb(161,4,52); }

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